Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8821f96 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by David S. Miller
Browse files

skbuff: Grammar s/are can/can/, s/change/changes/

parent a154f8e3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1406,8 +1406,7 @@ static inline struct sk_buff *skb_get(struct sk_buff *skb)
}

/*
 * If users == 1, we are the only owner and are can avoid redundant
 * atomic change.
 * If users == 1, we are the only owner and can avoid redundant atomic changes.
 */

/**