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: firefly_0821_release~42766^2~163 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b53542073927878b18d642f6bf794adef6d45a18;p=firefly-linux-kernel-4.4.55.git [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 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