[PATCH] Fix extra double quote in IPV4 Kconfig

From: Kumar Gala
Date: Wed Jun 22 2005 - 10:13:59 EST


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@xxxxxxxxxxxxx>

---
commit 374e90e7fd4dffa513765adf6e28db4740119082
tree 8c2271bdea1c1c8de95c687f581048e485a16f73
parent 7a90b498a2d6f7884390f46d4611099007f2f778
author Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 22 Jun 2005 11:36:22 -0500
committer Kumar K. Gala <kumar.gala@xxxxxxxxxxxxx> Wed, 22 Jun 2005 11:36:22 -0500

net/ipv4/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
--- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/