All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c
@ 2022-07-27 23:38 Yang Li
  2022-07-28  6:36 ` Ido Schimmel
  2022-07-29  5:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2022-07-27 23:38 UTC (permalink / raw)
  To: idosch
  Cc: petrm, davem, edumazet, kuba, pabeni, netdev, linux-kernel,
	Yang Li, Abaci Robot

Fix following includecheck warning:
./drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c: linux/err.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c b/drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c
index 49fee038a99c..af37e650a8ad 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c
@@ -5,7 +5,6 @@
 #include <linux/module.h>
 #include <linux/err.h>
 #include <linux/types.h>
-#include <linux/err.h>
 #include <linux/auxiliary_bus.h>
 #include <linux/idr.h>
 #include <linux/gfp.h>
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c
  2022-07-27 23:38 [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c Yang Li
@ 2022-07-28  6:36 ` Ido Schimmel
  2022-07-29  5:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Ido Schimmel @ 2022-07-28  6:36 UTC (permalink / raw)
  To: Yang Li
  Cc: petrm, davem, edumazet, kuba, pabeni, netdev, linux-kernel, Abaci Robot

On Thu, Jul 28, 2022 at 07:38:01AM +0800, Yang Li wrote:
> Fix following includecheck warning:
> ./drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c: linux/err.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

Reviewed-by: Ido Schimmel <idosch@nvidia.com>

BTW, next time, please use "net-next" instead of "-next".

Thanks

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

* Re: [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c
  2022-07-27 23:38 [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c Yang Li
  2022-07-28  6:36 ` Ido Schimmel
@ 2022-07-29  5:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-29  5:30 UTC (permalink / raw)
  To: Yang Li
  Cc: idosch, petrm, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel, abaci

Hello:

This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 28 Jul 2022 07:38:01 +0800 you wrote:
> Fix following includecheck warning:
> ./drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c: linux/err.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---
>  drivers/net/ethernet/mellanox/mlxsw/core_linecard_dev.c | 1 -
>  1 file changed, 1 deletion(-)

Here is the summary with links:
  - [-next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c
    https://git.kernel.org/netdev/net-next/c/707e304dd2e8

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:[~2022-07-29  5:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 23:38 [PATCH -next] mlxsw: core_linecards: Remove duplicated include in core_linecard_dev.c Yang Li
2022-07-28  6:36 ` Ido Schimmel
2022-07-29  5:30 ` 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.