wifi: mac80211: fix spelling typo in comment
authorZheng tan <tanzheng@kylinos.cn>
Tue, 2 Jan 2024 01:54:18 +0000 (09:54 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 3 Jan 2024 14:34:56 +0000 (15:34 +0100)
Fix spelling of "attributes" in a comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Zheng tan <tanzheng@kylinos.cn>
Link: https://msgid.link/20240102015418.3673858-1-tanzheng@kylinos.cn
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/debugfs_sta.c

index 5bf507ebb096be315ceb13162a761e20134c3434..1e9389c49a57d02120ed96a963301d1d8e0de9c8 100644 (file)
@@ -16,7 +16,7 @@
 #include "sta_info.h"
 #include "driver-ops.h"
 
-/* sta attributtes */
+/* sta attributes */
 
 #define STA_READ(name, field, format_string)                           \
 static ssize_t sta_ ##name## _read(struct file *file,                  \