Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# IP configuration
#
choice 
	prompt "Choose IP: FIB lookup""
	prompt "Choose IP: FIB lookup"
	depends on INET
	default IP_FIB_HASH