Fix a couple of typos in the description of hwmp_route_info_get(), no
functional changes.
Signed-off-by: Andrey Yurovsky <[email protected]>
---
net/mac80211/mesh_hwmp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c
index e12a786..c300911 100644
--- a/net/mac80211/mesh_hwmp.c
+++ b/net/mac80211/mesh_hwmp.c
@@ -259,12 +259,12 @@ static u32 airtime_link_metric_get(struct ieee80211_local *local,
* @hwmp_ie: hwmp information element (PREP or PREQ)
*
* This function updates the path routing information to the originator and the
- * transmitter of a HWMP PREQ or PREP fram.
+ * transmitter of a HWMP PREQ or PREP frame.
*
* Returns: metric to frame originator or 0 if the frame should not be further
* processed
*
- * Notes: this function is the only place (besides user-provided info) where
+ * Notes: this function is the only place (beside user-provided info) where
* path routing information is updated.
*/
static u32 hwmp_route_info_get(struct ieee80211_sub_if_data *sdata,
--
1.5.6.3
On Tue, 20 Oct 2009 11:04:22 -0700 Andrey Yurovsky wrote:
> Fix a couple of typos in the description of hwmp_route_info_get(), no
> functional changes.
>
> Signed-off-by: Andrey Yurovsky <[email protected]>
> ---
> net/mac80211/mesh_hwmp.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c
> index e12a786..c300911 100644
> --- a/net/mac80211/mesh_hwmp.c
> +++ b/net/mac80211/mesh_hwmp.c
> @@ -259,12 +259,12 @@ static u32 airtime_link_metric_get(struct ieee80211_local *local,
> * @hwmp_ie: hwmp information element (PREP or PREQ)
> *
> * This function updates the path routing information to the originator and the
> - * transmitter of a HWMP PREQ or PREP fram.
> + * transmitter of a HWMP PREQ or PREP frame.
> *
> * Returns: metric to frame originator or 0 if the frame should not be further
> * processed
> *
> - * Notes: this function is the only place (besides user-provided info) where
> + * Notes: this function is the only place (beside user-provided info) where
This one was OK as is. "besides" means "other than" or "except".
> * path routing information is updated.
> */
> static u32 hwmp_route_info_get(struct ieee80211_sub_if_data *sdata,
> --
---
~Randy
Fix a typo in the description of hwmp_route_info_get(), no function
changes.
Signed-off-by: Andrey Yurovsky <[email protected]>
---
net/mac80211/mesh_hwmp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mac80211/mesh_hwmp.c b/net/mac80211/mesh_hwmp.c
index e12a786..29b82e9 100644
--- a/net/mac80211/mesh_hwmp.c
+++ b/net/mac80211/mesh_hwmp.c
@@ -259,7 +259,7 @@ static u32 airtime_link_metric_get(struct ieee80211_local *local,
* @hwmp_ie: hwmp information element (PREP or PREQ)
*
* This function updates the path routing information to the originator and the
- * transmitter of a HWMP PREQ or PREP fram.
+ * transmitter of a HWMP PREQ or PREP frame.
*
* Returns: metric to frame originator or 0 if the frame should not be further
* processed
--
1.5.6.3