Explorar el Código

[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>
Kumar Gala hace 20 años
padre
commit
b535420739
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      net/ipv4/Kconfig

+ 1 - 1
net/ipv4/Kconfig

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