Skip to content

Commit 8527ca7

Browse files
rddunlapkuba-moo
authored andcommitted
net: skbuff: fix kernel-doc typos
Correct punctuation and drop an extraneous word. Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent da6192c commit 8527ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/skbuff.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ struct sk_buff_fclones {
13091309
*
13101310
* Returns true if skb is a fast clone, and its clone is not freed.
13111311
* Some drivers call skb_orphan() in their ndo_start_xmit(),
1312-
* so we also check that this didnt happen.
1312+
* so we also check that didn't happen.
13131313
*/
13141314
static inline bool skb_fclone_busy(const struct sock *sk,
13151315
const struct sk_buff *skb)
@@ -2016,7 +2016,7 @@ static inline struct sk_buff *skb_share_check(struct sk_buff *skb, gfp_t pri)
20162016
* Copy shared buffers into a new sk_buff. We effectively do COW on
20172017
* packets to handle cases where we have a local reader and forward
20182018
* and a couple of other messy ones. The normal one is tcpdumping
2019-
* a packet thats being forwarded.
2019+
* a packet that's being forwarded.
20202020
*/
20212021

20222022
/**

0 commit comments

Comments
 (0)