diff mbox series

wifi: atmel: fix repeated words in comments

Message ID 20220709132637.16717-1-yuanjilin@cdjrlc.com (mailing list archive)
State Accepted
Commit 15978ea38d79d6c376be672117dfcf646a24d1fe
Delegated to: Kalle Valo
Headers show
Series wifi: atmel: fix repeated words in comments | expand

Commit Message

Jilin Yuan July 9, 2022, 1:26 p.m. UTC
Delete the redundant word 'long'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/wireless/atmel/atmel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo July 18, 2022, 12:07 p.m. UTC | #1
Jilin Yuan <yuanjilin@cdjrlc.com> wrote:

> Delete the redundant word 'long'.
> 
> Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>

Patch applied to wireless-next.git, thanks.

15978ea38d79 wifi: atmel: fix repeated words in comments
diff mbox series

Patch

diff --git a/drivers/net/wireless/atmel/atmel.c b/drivers/net/wireless/atmel/atmel.c
index 35c2e798d98b..0361c8eb2008 100644
--- a/drivers/net/wireless/atmel/atmel.c
+++ b/drivers/net/wireless/atmel/atmel.c
@@ -3353,7 +3353,7 @@  static void atmel_management_frame(struct atmel_private *priv,
 					priv->beacons_this_sec++;
 					atmel_smooth_qual(priv);
 					if (priv->last_beacon_timestamp) {
-						/* Note truncate this to 32 bits - kernel can't divide a long long */
+						/* Note truncate this to 32 bits - kernel can't divide a long */
 						u32 beacon_delay = timestamp - priv->last_beacon_timestamp;
 						int beacons = beacon_delay / (beacon_interval * 1000);
 						if (beacons > 1)