Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <georg@hofmannsweb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Georg Hofmann and committed by
David S. Miller
a9f71d0d 5ed3fde2

+4 -5
+4 -5
net/ipv6/Kconfig
··· 34 34 bool "IPv6: Route Information (RFC 4191) support" 35 35 depends on IPV6_ROUTER_PREF 36 36 ---help--- 37 - This is experimental support of Route Information. 37 + Support of Route Information. 38 38 39 39 If unsure, say N. 40 40 41 41 config IPV6_OPTIMISTIC_DAD 42 42 bool "IPv6: Enable RFC 4429 Optimistic DAD" 43 43 ---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. 47 46 48 47 If unsure, say N. 49 48 ··· 279 280 depends on IPV6 280 281 select IP_MROUTE_COMMON 281 282 ---help--- 282 - Experimental support for IPv6 multicast forwarding. 283 + Support for IPv6 multicast forwarding. 283 284 If unsure, say N. 284 285 285 286 config IPV6_MROUTE_MULTIPLE_TABLES