]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] Fix extra double quote in IPV4 Kconfig
authorKumar Gala <galak@freescale.com>
Wed, 22 Jun 2005 14:58:03 +0000 (09:58 -0500)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 17:40:39 +0000 (10:40 -0700)
Kconfig option had an extra double quote at the end of the line
which was causing in warning when building.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/ipv4/Kconfig

index 05107e0dc1450ec8f45d28f1320620c06cde17ca..567b03b1c349c3bfd4a7ba3ec5110bd3c0e474bb 100644 (file)
@@ -2,7 +2,7 @@
 # IP configuration
 #
 choice 
-       prompt "Choose IP: FIB lookup""
+       prompt "Choose IP: FIB lookup"
        depends on INET
        default IP_FIB_HASH