[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YbpwnHJWpwurP0pl@kroah.com>
Date: Wed, 15 Dec 2021 23:47:56 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: cgel.zte@...il.com
Cc: balbi@...nel.org, maze@...gle.com, deng.changcheng@....com.cn,
lorenzo@...gle.com, kuba@...nel.org, manish.narani@...inx.com,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] usb: gadget: remove duplicate include
On Wed, Dec 15, 2021 at 01:47:54AM +0000, cgel.zte@...il.com wrote:
> From: Changcheng Deng <deng.changcheng@....com.cn>
>
> ./drivers/usb/gadget/function/u_ether.c: linux/etherdevice.h is included
> more than once.
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: Changcheng Deng <deng.changcheng@....com.cn>
> ---
> drivers/usb/gadget/function/u_ether.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/usb/gadget/function/u_ether.c b/drivers/usb/gadget/function/u_ether.c
> index 6f5d45ef2e39..3b674f99320b 100644
> --- a/drivers/usb/gadget/function/u_ether.c
> +++ b/drivers/usb/gadget/function/u_ether.c
> @@ -17,7 +17,6 @@
> #include <linux/etherdevice.h>
> #include <linux/ethtool.h>
> #include <linux/if_vlan.h>
> -#include <linux/etherdevice.h>
>
> #include "u_ether.h"
>
> --
> 2.25.1
>
This does not apply to my tree at all. What did you make it against?
Powered by blists - more mailing lists