diff options
| author | Lee Jones <[email protected]> | 2020-08-14 12:39:08 +0100 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2020-08-27 15:15:22 +0300 |
| commit | 68fd3030ad67f57d4b421ef9fd2a48cf24ba3b35 (patch) | |
| tree | 65359a465d1581ac4f2a988e73c87f7b977f6e13 /drivers/net/wireless/atmel/atmel.c | |
| parent | 96f9806fc87fdbff863fc49b738d9fbd64daca85 (diff) | |
atmel: Demote non-kerneldoc header to standard comment block
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 <[email protected]>
Cc: Kalle Valo <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Jakub Kicinski <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/net/wireless/atmel/atmel.c')
| -rw-r--r-- | drivers/net/wireless/atmel/atmel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/atmel/atmel.c b/drivers/net/wireless/atmel/atmel.c index d5875836068c..7d51f18c3b5c 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 |