Re: [PATCH net-next] net/skbuff: fix up kernel-doc placement

2019-02-12 Thread David Miller
From: Brian Norris Date: Mon, 11 Feb 2019 13:02:25 -0800 > There are several skb_* functions where the locked and unlocked > functions are confusingly documented. For several of them, the > kernel-doc for the unlocked version is placed above the locked version, > which to the casual reader makes

[PATCH net-next] net/skbuff: fix up kernel-doc placement

2019-02-11 Thread Brian Norris
There are several skb_* functions where the locked and unlocked functions are confusingly documented. For several of them, the kernel-doc for the unlocked version is placed above the locked version, which to the casual reader makes it seems like the locked version "takes no locks and you must there