Skip to content

Commit a9f71d0

Browse files
Georg Hofmanndavem330
authored andcommitted
trivial: fix inconsistent help texts
This patch removes "experimental" from the help text where depends on CONFIG_EXPERIMENTAL was already removed. Signed-off-by: Georg Hofmann <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5ed3fde commit a9f71d0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

net/ipv6/Kconfig

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@ config IPV6_ROUTE_INFO
3434
bool "IPv6: Route Information (RFC 4191) support"
3535
depends on IPV6_ROUTER_PREF
3636
---help---
37-
This is experimental support of Route Information.
37+
Support of Route Information.
3838

3939
If unsure, say N.
4040

4141
config IPV6_OPTIMISTIC_DAD
4242
bool "IPv6: Enable RFC 4429 Optimistic DAD"
4343
---help---
44-
This is experimental support for optimistic Duplicate
45-
Address Detection. It allows for autoconfigured addresses
46-
to be used more quickly.
44+
Support for optimistic Duplicate Address Detection. It allows for
45+
autoconfigured addresses to be used more quickly.
4746

4847
If unsure, say N.
4948

@@ -280,7 +279,7 @@ config IPV6_MROUTE
280279
depends on IPV6
281280
select IP_MROUTE_COMMON
282281
---help---
283-
Experimental support for IPv6 multicast forwarding.
282+
Support for IPv6 multicast forwarding.
284283
If unsure, say N.
285284

286285
config IPV6_MROUTE_MULTIPLE_TABLES

0 commit comments

Comments
 (0)