diff mbox

net-caif: drop redundant Kconfig entries

Message ID 1274474720-9865-1-git-send-email-vapier@gentoo.org
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Mike Frysinger May 21, 2010, 8:45 p.m. UTC
There is already a submenu entry that is always displayed, so there is
no need to also show a dedicated CAIF comment.

Drop dead commented code while we're here, and change the submenu text
to better match the style everyone else is using.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 net/caif/Kconfig |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

Comments

David Miller May 24, 2010, 6:12 a.m. UTC | #1
From: Mike Frysinger <vapier@gentoo.org>
Date: Fri, 21 May 2010 16:45:20 -0400

> There is already a submenu entry that is always displayed, so there is
> no need to also show a dedicated CAIF comment.
> 
> Drop dead commented code while we're here, and change the submenu text
> to better match the style everyone else is using.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/caif/Kconfig b/net/caif/Kconfig
index cd1daf6..ed65178 100644
--- a/net/caif/Kconfig
+++ b/net/caif/Kconfig
@@ -2,10 +2,8 @@ 
 # CAIF net configurations
 #
 
-#menu "CAIF Support"
-comment "CAIF Support"
 menuconfig CAIF
-	tristate "Enable CAIF support"
+	tristate "CAIF support"
 	select CRC_CCITT
 	default n
 	---help---
@@ -45,4 +43,3 @@  config CAIF_NETDEV
 	If unsure say Y.
 
 endif
-#endmenu