[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 <kumar.gala@freescale.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Kumar Gala 2005-06-22 09:58:03 -05:00 коммит произвёл Linus Torvalds
Родитель 2b6b22f381
Коммит b535420739
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,7 +2,7 @@
# IP configuration
#
choice
prompt "Choose IP: FIB lookup""
prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH