diff options
author | Zheng tan <tanzheng@kylinos.cn> | 2024-01-02 02:54:18 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-01-03 15:34:56 +0100 |
commit | a5bb4e1a3748e650e664e9d44feb30daa9851945 (patch) | |
tree | 7303838fa3d0d35686216c449f5082b6388794b6 /net/mac80211 | |
parent | wifi: cfg80211: fix RCU dereference in __cfg80211_bss_update (diff) | |
download | linux-a5bb4e1a3748e650e664e9d44feb30daa9851945.tar.xz linux-a5bb4e1a3748e650e664e9d44feb30daa9851945.zip |
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.c | 2 |
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, \ |