All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] amt: Remove duplicate include
@ 2021-11-03  3:45 Jiapeng Chong
  2021-11-03  8:21 ` Taehee Yoo
  2021-11-03 11:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jiapeng Chong @ 2021-11-03  3:45 UTC (permalink / raw)
  To: ap420073; +Cc: davem, kuba, netdev, linux-kernel, Jiapeng Chong

Clean up the following includecheck warning:

./drivers/net/amt.c: net/protocol.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
 drivers/net/amt.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/amt.c b/drivers/net/amt.c
index 60a7053..6697f8b 100644
--- a/drivers/net/amt.c
+++ b/drivers/net/amt.c
@@ -12,7 +12,6 @@
 #include <linux/igmp.h>
 #include <linux/workqueue.h>
 #include <net/net_namespace.h>
-#include <net/protocol.h>
 #include <net/ip.h>
 #include <net/udp.h>
 #include <net/udp_tunnel.h>
-- 
1.8.3.1


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

* Re: [PATCH] amt: Remove duplicate include
  2021-11-03  3:45 [PATCH] amt: Remove duplicate include Jiapeng Chong
@ 2021-11-03  8:21 ` Taehee Yoo
  2021-11-03 11:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Taehee Yoo @ 2021-11-03  8:21 UTC (permalink / raw)
  To: Jiapeng Chong; +Cc: davem, kuba, netdev, linux-kernel

Hi Jiapeng,

On 2021. 11. 3. 오후 12:45, Jiapeng Chong wrote:
> Clean up the following includecheck warning:
> 
> ./drivers/net/amt.c: net/protocol.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> ---
>   drivers/net/amt.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/amt.c b/drivers/net/amt.c
> index 60a7053..6697f8b 100644
> --- a/drivers/net/amt.c
> +++ b/drivers/net/amt.c
> @@ -12,7 +12,6 @@
>   #include <linux/igmp.h>
>   #include <linux/workqueue.h>
>   #include <net/net_namespace.h>
> -#include <net/protocol.h>
>   #include <net/ip.h>
>   #include <net/udp.h>
>   #include <net/udp_tunnel.h>
> 

target repo is "net-next".

Reviewed-by: Taehee Yoo <ap420073@gmail.com>

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

* Re: [PATCH] amt: Remove duplicate include
  2021-11-03  3:45 [PATCH] amt: Remove duplicate include Jiapeng Chong
  2021-11-03  8:21 ` Taehee Yoo
@ 2021-11-03 11:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-03 11:20 UTC (permalink / raw)
  To: Jiapeng Chong; +Cc: ap420073, davem, kuba, netdev, linux-kernel

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed,  3 Nov 2021 11:45:07 +0800 you wrote:
> Clean up the following includecheck warning:
> 
> ./drivers/net/amt.c: net/protocol.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
> 
> [...]

Here is the summary with links:
  - amt: Remove duplicate include
    https://git.kernel.org/netdev/net/c/a4414341b583

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-11-03 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-03  3:45 [PATCH] amt: Remove duplicate include Jiapeng Chong
2021-11-03  8:21 ` Taehee Yoo
2021-11-03 11:20 ` patchwork-bot+netdevbpf

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.