All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h
@ 2020-09-10  8:46 Miaohe Lin
  2020-09-10 20:31 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Miaohe Lin @ 2020-09-10  8:46 UTC (permalink / raw)
  To: davem, steffen.klassert, willemb, mstarovoitov, kuba,
	mchehab+huawei, antoine.tenart, edumazet, Jason
  Cc: netdev, linux-kernel, linmiaohe

Remove the weird space inside the NETIF_F_CSUM_MASK.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
---
 include/linux/netdev_features.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/netdev_features.h b/include/linux/netdev_features.h
index 2cc3cf80b49a..0b17c4322b09 100644
--- a/include/linux/netdev_features.h
+++ b/include/linux/netdev_features.h
@@ -193,7 +193,7 @@ static inline int find_next_netdev_feature(u64 feature, unsigned long start)
 #define NETIF_F_GSO_MASK	(__NETIF_F_BIT(NETIF_F_GSO_LAST + 1) - \
 		__NETIF_F_BIT(NETIF_F_GSO_SHIFT))
 
-/* List of IP checksum features. Note that NETIF_F_ HW_CSUM should not be
+/* List of IP checksum features. Note that NETIF_F_HW_CSUM should not be
  * set in features when NETIF_F_IP_CSUM or NETIF_F_IPV6_CSUM are set--
  * this would be contradictory
  */
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h
  2020-09-10  8:46 [PATCH] net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h Miaohe Lin
@ 2020-09-10 20:31 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-09-10 20:31 UTC (permalink / raw)
  To: linmiaohe
  Cc: steffen.klassert, willemb, mstarovoitov, kuba, mchehab+huawei,
	antoine.tenart, edumazet, Jason, netdev, linux-kernel

From: Miaohe Lin <linmiaohe@huawei.com>
Date: Thu, 10 Sep 2020 04:46:40 -0400

> Remove the weird space inside the NETIF_F_CSUM_MASK.
> 
> Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-10 20:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-10  8:46 [PATCH] net: Fix broken NETIF_F_CSUM_MASK spell in netdev_features.h Miaohe Lin
2020-09-10 20:31 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.