Skip to content

Commit

Permalink
[PATCH] Fix extra double quote in IPV4 Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Linus Torvalds committed Jun 22, 2005
1 parent 2b6b22f commit b535420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# IP configuration
#
choice
prompt "Choose IP: FIB lookup""
prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH

Expand Down

0 comments on commit b535420

Please sign in to comment.