Commit b5354207 authored by Kumar Gala's avatar Kumar Gala Committed by Linus Torvalds

[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: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2b6b22f3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# IP configuration # IP configuration
# #
choice choice
prompt "Choose IP: FIB lookup"" prompt "Choose IP: FIB lookup"
depends on INET depends on INET
default IP_FIB_HASH default IP_FIB_HASH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment