aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-06-22 10:58:03 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-22 13:40:39 -0400
commitb53542073927878b18d642f6bf794adef6d45a18 (patch)
tree3d57cf1dcf3dac69697322a9c9f9b8bc79519efa /net/ipv4/Kconfig
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>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 05107e0dc145..567b03b1c349 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -2,7 +2,7 @@
2# IP configuration 2# IP configuration
3# 3#
4choice 4choice
5 prompt "Choose IP: FIB lookup"" 5 prompt "Choose IP: FIB lookup"
6 depends on INET 6 depends on INET
7 default IP_FIB_HASH 7 default IP_FIB_HASH
8 8