projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b6b22f
)
[PATCH] Fix extra double quote in IPV4 Kconfig
author
Kumar Gala
<galak@freescale.com>
Wed, 22 Jun 2005 14:58:03 +0000
(09:58 -0500)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 17:40:39 +0000
(10:40 -0700)
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>
net/ipv4/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index 05107e0dc1450ec8f45d28f1320620c06cde17ca..567b03b1c349c3bfd4a7ba3ec5110bd3c0e474bb 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-2,7
+2,7
@@
# IP configuration
#
choice
- prompt "Choose IP: FIB lookup"
"
+ prompt "Choose IP: FIB lookup"
depends on INET
default IP_FIB_HASH