diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-22 16:19:48 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-08-27 11:23:11 +0200 |
commit | 13880a3b559904b6d0761fcff8bd255e255b0ba8 (patch) | |
tree | 95fd2a742e89f7823fcf13f1b58374b005a25718 /net | |
parent | 39f774e78d089cf470e796aedd543199298bac1b (diff) |
net: mac80211: mesh.h: delete duplicated word
Drop the repeated word "address".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Johannes Berg <johannes.berg@intel.com>
Cc: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org
Link: https://lore.kernel.org/r/20200822231953.465-3-rdunlap@infradead.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/mesh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c index 7ecd801a943b..b124faf1e527 100644 --- a/net/mac80211/mesh.c +++ b/net/mac80211/mesh.c @@ -672,7 +672,7 @@ void ieee80211_mesh_root_setup(struct ieee80211_if_mesh *ifmsh) * @hdr: 802.11 frame header * @fc: frame control field * @meshda: destination address in the mesh - * @meshsa: source address address in the mesh. Same as TA, as frame is + * @meshsa: source address in the mesh. Same as TA, as frame is * locally originated. * * Return the length of the 802.11 (does not include a mesh control header) |