Skip to content
Snippets Groups Projects
Commit b5354207 authored by Kumar Gala's avatar Kumar Gala Committed by Linus Torvalds
Browse files

[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
No related merge requests found
......@@ -2,7 +2,7 @@
# IP configuration
#
choice
prompt "Choose IP: FIB lookup""
prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment