From: Kumar Gala Date: Wed, 22 Jun 2005 14:58:03 +0000 (-0500) Subject: [PATCH] Fix extra double quote in IPV4 Kconfig X-Git-Tag: v2.6.13-rc1~68^2~543 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53542073927878b18d642f6bf794adef6d45a18;p=linux-2.6 [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 Signed-off-by: Linus Torvalds --- diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 05107e0dc1..567b03b1c3 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