Commit 90ac5d03 authored by Andrew Lunn's avatar Andrew Lunn Committed by David S. Miller

net: sched: kerneldoc fixes

Simple fixes which require no deep knowledge of the code.

Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76f2fe73
...@@ -40,6 +40,7 @@ struct canid_match { ...@@ -40,6 +40,7 @@ struct canid_match {
/** /**
* em_canid_get_id() - Extracts Can ID out of the sk_buff structure. * 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) static canid_t em_canid_get_id(struct sk_buff *skb)
{ {
......
...@@ -389,7 +389,6 @@ EXPORT_SYMBOL(tcf_em_tree_validate); ...@@ -389,7 +389,6 @@ EXPORT_SYMBOL(tcf_em_tree_validate);
/** /**
* tcf_em_tree_destroy - destroy an ematch tree * tcf_em_tree_destroy - destroy an ematch tree
* *
* @tp: classifier kind handle
* @tree: ematch tree to be deleted * @tree: ematch tree to be deleted
* *
* This functions destroys an ematch tree previously created by * This functions destroys an ematch tree previously created by
...@@ -425,7 +424,7 @@ EXPORT_SYMBOL(tcf_em_tree_destroy); ...@@ -425,7 +424,7 @@ EXPORT_SYMBOL(tcf_em_tree_destroy);
* tcf_em_tree_dump - dump ematch tree into a rtnl message * tcf_em_tree_dump - dump ematch tree into a rtnl message
* *
* @skb: skb holding the 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 * @tlv: TLV type to be used to encapsulate the tree
* *
* This function dumps a ematch tree into a rtnl message. It is valid to * This function dumps a ematch tree into a rtnl message. It is valid to
......
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