Commit f99288d1761fb3b0decb0fdc4d746406addd29d5
Committed by
John W. Linville
1 parent
7d930bc336
Exists in
master
and in
7 other branches
mac80211: trivial: fix spelling in mesh_hwmp
Fix a typo in the description of hwmp_route_info_get(), no function changes. Signed-off-by: Andrey Yurovsky <andrey@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/mac80211/mesh_hwmp.c
... | ... | @@ -259,7 +259,7 @@ |
259 | 259 | * @hwmp_ie: hwmp information element (PREP or PREQ) |
260 | 260 | * |
261 | 261 | * This function updates the path routing information to the originator and the |
262 | - * transmitter of a HWMP PREQ or PREP fram. | |
262 | + * transmitter of a HWMP PREQ or PREP frame. | |
263 | 263 | * |
264 | 264 | * Returns: metric to frame originator or 0 if the frame should not be further |
265 | 265 | * processed |