Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wifi: atmel: fix repeated words in comments

Delete the redundant word 'long'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220709132637.16717-1-yuanjilin@cdjrlc.com

authored by

Jilin Yuan and committed by
Kalle Valo
15978ea3 3598cb6e

+1 -1
+1 -1
drivers/net/wireless/atmel/atmel.c
··· 3353 3353 priv->beacons_this_sec++; 3354 3354 atmel_smooth_qual(priv); 3355 3355 if (priv->last_beacon_timestamp) { 3356 - /* Note truncate this to 32 bits - kernel can't divide a long long */ 3356 + /* Note truncate this to 32 bits - kernel can't divide a long */ 3357 3357 u32 beacon_delay = timestamp - priv->last_beacon_timestamp; 3358 3358 int beacons = beacon_delay / (beacon_interval * 1000); 3359 3359 if (beacons > 1)