From: Marco Porsch Date: Thu, 18 Oct 2012 03:21:30 +0000 (-0700) Subject: mac80211: fix copy-paste typo in Kconfig X-Git-Tag: v3.8-rc1~139^2~17^2^2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f53c6a0d74dffd6e82defe195bd5b97c7d384341;p=thirdparty%2Fkernel%2Flinux.git mac80211: fix copy-paste typo in Kconfig Signed-off-by: Marco Porsch Signed-off-by: Johannes Berg --- diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 63af25458fdad..b4ecf267a34b3 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig @@ -248,7 +248,7 @@ config MAC80211_MHWMP_DEBUG Do not select this option. config MAC80211_MESH_SYNC_DEBUG - bool "Verbose mesh mesh synchronization debugging" + bool "Verbose mesh synchronization debugging" depends on MAC80211_DEBUG_MENU depends on MAC80211_MESH ---help---