]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
skbuff: Fix comment mis-spelling.
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:52:42 +0000 (15:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:52:42 +0000 (15:52 -0500)
'peform' --> 'perform'

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h

index 5ebc0f869720a35d2790a6befc9f33fb54a4f9a1..c1e66bdcf5837047fc48cd3bbe15e1e1bc0d3a92 100644 (file)
@@ -3646,7 +3646,7 @@ static inline bool __skb_checksum_validate_needed(struct sk_buff *skb,
        return true;
 }
 
-/* For small packets <= CHECKSUM_BREAK peform checksum complete directly
+/* For small packets <= CHECKSUM_BREAK perform checksum complete directly
  * in checksum_init.
  */
 #define CHECKSUM_BREAK 76