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: archive/raspbian/4.9.13-1+rpi1~10^2~51155^2~163 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b53542073927878b18d642f6bf794adef6d45a18;p=linux-4.9.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