Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Lunn and committed by
David S. Miller
90ac5d03 76f2fe73

+2 -2
+1
net/sched/em_canid.c
··· 40 40 41 41 /** 42 42 * em_canid_get_id() - Extracts Can ID out of the sk_buff structure. 43 + * @skb: buffer to extract Can ID from 43 44 */ 44 45 static canid_t em_canid_get_id(struct sk_buff *skb) 45 46 {
+1 -2
net/sched/ematch.c
··· 389 389 /** 390 390 * tcf_em_tree_destroy - destroy an ematch tree 391 391 * 392 - * @tp: classifier kind handle 393 392 * @tree: ematch tree to be deleted 394 393 * 395 394 * This functions destroys an ematch tree previously created by ··· 424 425 * tcf_em_tree_dump - dump ematch tree into a rtnl message 425 426 * 426 427 * @skb: skb holding the rtnl message 427 - * @t: ematch tree to be dumped 428 + * @tree: ematch tree to be dumped 428 429 * @tlv: TLV type to be used to encapsulate the tree 429 430 * 430 431 * This function dumps a ematch tree into a rtnl message. It is valid to