Skip to content

Commit

Permalink
net: sched: kerneldoc fixes
Browse files Browse the repository at this point in the history
Simple fixes which require no deep knowledge of the code.

Cc: Jamal Hadi Salim <[email protected]>
Cc: Cong Wang <[email protected]>
Cc: Jiri Pirko <[email protected]>
Signed-off-by: Andrew Lunn <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
lunn authored and davem330 committed Jul 14, 2020
1 parent 76f2fe7 commit 90ac5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions net/sched/em_canid.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ struct canid_match {

/**
* em_canid_get_id() - Extracts Can ID out of the sk_buff structure.
* @skb: buffer to extract Can ID from
*/
static canid_t em_canid_get_id(struct sk_buff *skb)
{
Expand Down
3 changes: 1 addition & 2 deletions net/sched/ematch.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ EXPORT_SYMBOL(tcf_em_tree_validate);
/**
* tcf_em_tree_destroy - destroy an ematch tree
*
* @tp: classifier kind handle
* @tree: ematch tree to be deleted
*
* This functions destroys an ematch tree previously created by
Expand Down Expand Up @@ -425,7 +424,7 @@ EXPORT_SYMBOL(tcf_em_tree_destroy);
* tcf_em_tree_dump - dump ematch tree into a rtnl message
*
* @skb: skb holding the rtnl message
* @t: ematch tree to be dumped
* @tree: ematch tree to be dumped
* @tlv: TLV type to be used to encapsulate the tree
*
* This function dumps a ematch tree into a rtnl message. It is valid to
Expand Down

0 comments on commit 90ac5d0

Please sign in to comment.