Message ID | 20200814113933.1903438-6-lee.jones@linaro.org |
---|---|
State | New |
Headers | show |
Series | [01/30] net: bonding: bond_3ad: Fix a bunch of kerneldoc parameter issues | expand |
Lee Jones <lee.jones@linaro.org> wrote: > Fixes the following W=1 kernel build warning(s): > > drivers/net/wireless/atmel/atmel.c:4232: warning: Cannot understand This file is part of net.russotto.AtmelMACFW, hereto referred to > > Cc: Simon Kelley <simon@thekelleys.org.uk> > Cc: Kalle Valo <kvalo@codeaurora.org> > Cc: "David S. Miller" <davem@davemloft.net> > Cc: Jakub Kicinski <kuba@kernel.org> > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Lee Jones <lee.jones@linaro.org> 14 patches applied to wireless-drivers-next.git, thanks. 68fd3030ad67 atmel: Demote non-kerneldoc header to standard comment block 64847777d05a b43: main: Add braces around empty statements 0b6a4247dea7 airo: Place brackets around empty statement ba4d65132922 airo: Fix a myriad of coding style issues 0171c6185c8f iwlegacy: common: Remove set but not used variable 'len' 9bafe8b82306 iwlegacy: common: Demote kerneldoc headers to standard comment blocks b2e732081f19 ipw2200: Remove set but unused variables 'rc' and 'w' 6214ef8a532f b43legacy: main: Provide braces around empty 'if' body 10c3ba7dbe6e brcmfmac: fweh: Remove set but unused variable 'err' 4e124e1fee6d brcmfmac: fweh: Fix docrot related function documentation issues 7eae8c732977 brcmsmac: mac80211_if: Demote a few non-conformant kerneldoc headers 5f442fe435e1 ipw2200: Demote lots of nonconformant kerneldoc comments c171304b42f9 b43: phy_common: Demote non-conformant kerneldoc header 5ae6c8a696cd b43: phy_n: Add empty braces around empty statements
diff --git a/drivers/net/wireless/atmel/atmel.c b/drivers/net/wireless/atmel/atmel.c index d5875836068c0..7d51f18c3b5c6 100644 --- a/drivers/net/wireless/atmel/atmel.c +++ b/drivers/net/wireless/atmel/atmel.c @@ -4228,7 +4228,7 @@ static void atmel_wmem32(struct atmel_private *priv, u16 pos, u32 data) /* Copyright 2003 Matthew T. Russotto */ /* But derived from the Atmel 76C502 firmware written by Atmel and */ /* included in "atmel wireless lan drivers" package */ -/** +/* This file is part of net.russotto.AtmelMACFW, hereto referred to as AtmelMACFW
Fixes the following W=1 kernel build warning(s): drivers/net/wireless/atmel/atmel.c:4232: warning: Cannot understand This file is part of net.russotto.AtmelMACFW, hereto referred to Cc: Simon Kelley <simon@thekelleys.org.uk> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: "David S. Miller" <davem@davemloft.net> Cc: Jakub Kicinski <kuba@kernel.org> Cc: linux-wireless@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> --- drivers/net/wireless/atmel/atmel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.25.1