summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-06-22 09:58:03 -0500
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-22 10:40:39 -0700
commitb53542073927878b18d642f6bf794adef6d45a18 (patch)
tree3d57cf1dcf3dac69697322a9c9f9b8bc79519efa
parent2b6b22f3815b2937f272d3666bd18665d3f7f5a8 (diff)
[PATCH] Fix extra double quote in IPV4 Kconfig
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>
-rw-r--r--net/ipv4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 05107e0dc14..567b03b1c34 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -2,7 +2,7 @@
# IP configuration
#
choice
- prompt "Choose IP: FIB lookup""
+ prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH