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>
This commit is contained in:
Zheng tan 2024-01-02 09:54:18 +08:00 committed by Johannes Berg
parent 1184950e34
commit a5bb4e1a37

View 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, \