aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/em_canid.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2020-07-13 01:15:11 +0200
committerDavid S. Miller <davem@davemloft.net>2020-07-13 17:20:40 -0700
commit90ac5d0301db7cefc4129f89a858f66913a1c8f4 (patch)
tree44d7a978ec6cf74ea70bf27ff63d2d84b1b0b3d1 /net/sched/em_canid.c
parentnet: rxrpc: kerneldoc fixes (diff)
downloadlinux-dev-90ac5d0301db7cefc4129f89a858f66913a1c8f4.tar.xz
linux-dev-90ac5d0301db7cefc4129f89a858f66913a1c8f4.zip
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: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/em_canid.c')
-rw-r--r--net/sched/em_canid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/em_canid.c b/net/sched/em_canid.c
index b9a94fdf9397..5ea84decec19 100644
--- a/net/sched/em_canid.c
+++ b/net/sched/em_canid.c
@@ -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)
{