Commit a5bb4e1a authored by Zheng tan's avatar Zheng tan Committed by Johannes Berg
Browse files

wifi: mac80211: fix spelling typo in comment



Fix spelling of "attributes" in a comment.

Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarZheng tan <tanzheng@kylinos.cn>
Link: https://msgid.link/20240102015418.3673858-1-tanzheng@kylinos.cn


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1184950e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,			\