summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorKumar Gala2005-06-22 16:58:03 +0200
committerLinus Torvalds2005-06-22 19:40:39 +0200
commitb53542073927878b18d642f6bf794adef6d45a18 (patch)
tree3d57cf1dcf3dac69697322a9c9f9b8bc79519efa /net/ipv4/Kconfig
parent[ALSA] emu10k1: Add more card identification entries. (diff)
downloadkernel-qcow2-linux-b53542073927878b18d642f6bf794adef6d45a18.tar.gz
kernel-qcow2-linux-b53542073927878b18d642f6bf794adef6d45a18.tar.xz
kernel-qcow2-linux-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/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 @@
# IP configuration
#
choice
- prompt "Choose IP: FIB lookup""
+ prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH