From: Christian Lamparter Date: Wed, 28 Jul 2010 23:28:46 +0000 (+0200) Subject: cfg80211: fix dev <-> wiphy typo X-Git-Tag: v3.12-rc1~9497^2~64^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7753c8cd51dce67a0b152efb456a21ff1cc241b;p=kernel%2Fkernel-generic.git cfg80211: fix dev <-> wiphy typo Cc: Joe Perches Signed-off-by: Christian Lamparter Signed-off-by: John W. Linville --- diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index ae80f8f..2fd06c6 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2451,7 +2451,7 @@ int wiphy_debug(const struct wiphy *wiphy, const char *format, ...) wiphy_printk(KERN_DEBUG, wiphy, format, ##args) #elif defined(CONFIG_DYNAMIC_DEBUG) #define wiphy_dbg(wiphy, format, args...) \ - dynamic_pr_debug("%s: " format, wiphy_name(dev), ##args) + dynamic_pr_debug("%s: " format, wiphy_name(wiphy), ##args) #else #define wiphy_dbg(wiphy, format, args...) \ ({ \