linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] qed: Remove duplicated include of kernel.h
@ 2021-08-02  2:18 zhouchuangao
  2021-08-03 11:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: zhouchuangao @ 2021-08-02  2:18 UTC (permalink / raw)
  To: Ariel Elior, GR-everest-linux-l2, David S. Miller,
	Jakub Kicinski, netdev, linux-kernel
  Cc: zhouchuangao

Duplicate include header file <linux/kernel.h>
line 4: #include <linux/kernel.h>
line 7: #include <linux/kernel.h>

Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
---
 drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
index c1dd71d..3b84d00 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c
@@ -4,7 +4,6 @@
 #include <linux/kernel.h>
 #include <linux/module.h>
 #include <linux/pci.h>
-#include <linux/kernel.h>
 #include <linux/list.h>
 #include <linux/mm.h>
 #include <linux/types.h>
-- 
2.7.4


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

* Re: [PATCH] qed: Remove duplicated include of kernel.h
  2021-08-02  2:18 [PATCH] qed: Remove duplicated include of kernel.h zhouchuangao
@ 2021-08-03 11:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-08-03 11:00 UTC (permalink / raw)
  To: zhouchuangao
  Cc: aelior, GR-everest-linux-l2, davem, kuba, netdev, linux-kernel

Hello:

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

On Sun,  1 Aug 2021 19:18:38 -0700 you wrote:
> Duplicate include header file <linux/kernel.h>
> line 4: #include <linux/kernel.h>
> line 7: #include <linux/kernel.h>
> 
> Signed-off-by: zhouchuangao <zhouchuangao@vivo.com>
> ---
>  drivers/net/ethernet/qlogic/qed/qed_nvmetcp_fw_funcs.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - qed: Remove duplicated include of kernel.h
    https://git.kernel.org/netdev/net-next/c/2414d628042b

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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-02  2:18 [PATCH] qed: Remove duplicated include of kernel.h zhouchuangao
2021-08-03 11:00 ` 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).