aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
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 /net/ipv4
parent[ALSA] emu10k1: Add more card identification entries. (diff)
downloadlinux-dev-b53542073927878b18d642f6bf794adef6d45a18.tar.xz
linux-dev-b53542073927878b18d642f6bf794adef6d45a18.zip
[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')
-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 @@
# IP configuration
#
choice
- prompt "Choose IP: FIB lookup""
+ prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH