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

net: skbuff.h: drop duplicate words in comments

Drop doubled words in several comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Randy Dunlap and committed by
Jakub Kicinski
2ff17117 0d80b761

+2 -2
+2 -2
include/linux/skbuff.h
··· 1328 1328 void *target_container); 1329 1329 1330 1330 /* Gets a skb connection tracking info, ctinfo map should be a 1331 - * a map of mapsize to translate enum ip_conntrack_info states 1331 + * map of mapsize to translate enum ip_conntrack_info states 1332 1332 * to user states. 1333 1333 */ 1334 1334 void ··· 3812 3812 * must call this function to return the skb back to the stack with a 3813 3813 * timestamp. 3814 3814 * 3815 - * @skb: clone of the the original outgoing packet 3815 + * @skb: clone of the original outgoing packet 3816 3816 * @hwtstamps: hardware time stamps 3817 3817 * 3818 3818 */