public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Taehee Yoo <ap420073@gmail.com>
To: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] amt: Remove duplicate include
Date: Wed, 3 Nov 2021 17:21:58 +0900	[thread overview]
Message-ID: <5c97b741-35d6-86bf-1007-8051a913b709@gmail.com> (raw)
In-Reply-To: <1635911107-63759-1-git-send-email-jiapeng.chong@linux.alibaba.com>

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>

  reply	other threads:[~2021-11-03  8:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-03  3:45 [PATCH] amt: Remove duplicate include Jiapeng Chong
2021-11-03  8:21 ` Taehee Yoo [this message]
2021-11-03 11:20 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c97b741-35d6-86bf-1007-8051a913b709@gmail.com \
    --to=ap420073@gmail.com \
    --cc=davem@davemloft.net \
    --cc=jiapeng.chong@linux.alibaba.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox