summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorZheng tan <tanzheng@kylinos.cn>2024-01-02 09:54:18 +0800
committerJohannes Berg <johannes.berg@intel.com>2024-01-03 15:34:56 +0100
commita5bb4e1a3748e650e664e9d44feb30daa9851945 (patch)
tree7303838fa3d0d35686216c449f5082b6388794b6 /net/mac80211
parent1184950e341c11b6f82bc5b59564411d9537ab27 (diff)
wifi: mac80211: fix spelling typo in comment
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>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/debugfs_sta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/debugfs_sta.c b/net/mac80211/debugfs_sta.c
index 5bf507ebb096..1e9389c49a57 100644
--- a/net/mac80211/debugfs_sta.c
+++ b/net/mac80211/debugfs_sta.c
@@ -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, \