diff options
| author | Dmitry Antipov <dmantipov@yandex.ru> | 2024-09-13 11:49:19 +0300 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2024-10-08 21:52:09 +0200 |
| commit | 4b482281eeb263d5bbbe75e1c5688d80daabb20e (patch) | |
| tree | 4d504160aff3811e56f2ff871e37e76b701c0c7a /net/mac80211/mesh_plink.c | |
| parent | 2b73e9ab8535caca192844a161d9f491ee9f8aab (diff) | |
| download | linux-next-4b482281eeb263d5bbbe75e1c5688d80daabb20e.tar.gz linux-next-4b482281eeb263d5bbbe75e1c5688d80daabb20e.zip | |
wifi: mac80211, cfg80211: miscellaneous spelling fixes
Correct spelling here and there as suggested by codespell.
Signed-off-by: Dmitry Antipov <dmantipov@yandex.ru>
Link: https://patch.msgid.link/20240913084919.118862-1-dmantipov@yandex.ru
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
| -rw-r--r-- | net/mac80211/mesh_plink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 8f2b492a9fe9..42286aa3623c 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -667,7 +667,7 @@ void mesh_plink_timer(struct timer_list *t) /* * This STA is valid because sta_info_destroy() will * del_timer_sync() this timer after having made sure - * it cannot be readded (by deleting the plink.) + * it cannot be re-added (by deleting the plink.) */ sta = mesh->plink_sta; |
