linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately
@ 2021-03-25  6:35 Wan Jiabing
  2021-03-25 11:37 ` Simon Horman
  2021-03-26  0:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wan Jiabing @ 2021-03-25  6:35 UTC (permalink / raw)
  To: Simon Horman, Jakub Kicinski, David S. Miller, Wan Jiabing,
	oss-drivers, netdev, linux-kernel
  Cc: kael_w

struct sk_buff has been declared. Remove the duplicate.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
---
 drivers/net/ethernet/netronome/nfp/nfp_app.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/netronome/nfp/nfp_app.h b/drivers/net/ethernet/netronome/nfp/nfp_app.h
index 76d13af46a7a..3e9baff07100 100644
--- a/drivers/net/ethernet/netronome/nfp/nfp_app.h
+++ b/drivers/net/ethernet/netronome/nfp/nfp_app.h
@@ -18,7 +18,6 @@ struct netdev_bpf;
 struct netlink_ext_ack;
 struct pci_dev;
 struct sk_buff;
-struct sk_buff;
 struct nfp_app;
 struct nfp_cpp;
 struct nfp_pf;
-- 
2.25.1


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

* Re: [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately
  2021-03-25  6:35 [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately Wan Jiabing
@ 2021-03-25 11:37 ` Simon Horman
  2021-03-26  0:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2021-03-25 11:37 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: Jakub Kicinski, David S. Miller, oss-drivers, netdev,
	linux-kernel, kael_w

On Thu, Mar 25, 2021 at 02:35:55PM +0800, Wan Jiabing wrote:
> struct sk_buff has been declared. Remove the duplicate.
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>

Thanks, nice catch.

Reviewed-by: Simon Horman <simon.horman@netronome.com>

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

* Re: [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately
  2021-03-25  6:35 [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately Wan Jiabing
  2021-03-25 11:37 ` Simon Horman
@ 2021-03-26  0:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-03-26  0:20 UTC (permalink / raw)
  To: Wan Jiabing
  Cc: simon.horman, kuba, davem, oss-drivers, netdev, linux-kernel, kael_w

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Thu, 25 Mar 2021 14:35:55 +0800 you wrote:
> struct sk_buff has been declared. Remove the duplicate.
> 
> Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
> ---
>  drivers/net/ethernet/netronome/nfp/nfp_app.h | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - drivers: net: ethernet: struct sk_buff is declared duplicately
    https://git.kernel.org/netdev/net-next/c/01dc080be6b8

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-03-26  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  6:35 [PATCH] drivers: net: ethernet: struct sk_buff is declared duplicately Wan Jiabing
2021-03-25 11:37 ` Simon Horman
2021-03-26  0:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).