Commit 9fd00b4d authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: mac80211: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.

Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 74c950c9
...@@ -72,7 +72,6 @@ static void mesh_table_free(struct mesh_table *tbl) ...@@ -72,7 +72,6 @@ static void mesh_table_free(struct mesh_table *tbl)
} }
/** /**
*
* mesh_path_assign_nexthop - update mesh path next hop * mesh_path_assign_nexthop - update mesh path next hop
* *
* @mpath: mesh path to update * @mpath: mesh path to update
...@@ -140,7 +139,6 @@ static void prepare_for_gate(struct sk_buff *skb, char *dst_addr, ...@@ -140,7 +139,6 @@ static void prepare_for_gate(struct sk_buff *skb, char *dst_addr,
} }
/** /**
*
* mesh_path_move_to_queue - Move or copy frames from one mpath queue to another * mesh_path_move_to_queue - Move or copy frames from one mpath queue to another
* *
* This function is used to transfer or copy frames from an unresolved mpath to * This function is used to transfer or copy frames from an unresolved mpath to
...@@ -152,7 +150,7 @@ static void prepare_for_gate(struct sk_buff *skb, char *dst_addr, ...@@ -152,7 +150,7 @@ static void prepare_for_gate(struct sk_buff *skb, char *dst_addr,
* *
* The gate mpath must be an active mpath with a valid mpath->next_hop. * The gate mpath must be an active mpath with a valid mpath->next_hop.
* *
* @mpath: An active mpath the frames will be sent to (i.e. the gate) * @gate_mpath: An active mpath the frames will be sent to (i.e. the gate)
* @from_mpath: The failed mpath * @from_mpath: The failed mpath
* @copy: When true, copy all the frames to the new mpath queue. When false, * @copy: When true, copy all the frames to the new mpath queue. When false,
* move them. * move them.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment