mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH net-next v2] octeontx2-af: insert space after include
@ 2023-12-18  7:04 Wang Jinchao
  2023-12-18 21:10 ` Jacob Keller
  2023-12-20 11:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Jinchao @ 2023-12-18  7:04 UTC (permalink / raw)
  To: Sunil Goutham, Linu Cherian, Geetha sowjanya, Jerin Jacob,
	hariprasad, Subbaraya Sundeep, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev, linux-kernel
  Cc: stone.xulei, wangjinchao

Maintain Consistent Formatting: Insert Space after #include

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
V2:
    In accordance with Jakub's advice, modify the patch title.

V1: https://lore.kernel.org/all/20231215181043.4ed733cf@kernel.org/

 drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
index 62780d8b4f9a..97a8039750c5 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
@@ -5,7 +5,7 @@
  *
  */
 
-#include<linux/bitfield.h>
+#include <linux/bitfield.h>
 
 #include "rvu.h"
 #include "rvu_reg.h"
-- 
2.40.0


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

* Re: [PATCH net-next v2] octeontx2-af: insert space after include
  2023-12-18  7:04 [PATCH net-next v2] octeontx2-af: insert space after include Wang Jinchao
@ 2023-12-18 21:10 ` Jacob Keller
  2023-12-20 11:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jacob Keller @ 2023-12-18 21:10 UTC (permalink / raw)
  To: Wang Jinchao, Sunil Goutham, Linu Cherian, Geetha sowjanya,
	Jerin Jacob, hariprasad, Subbaraya Sundeep, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev, linux-kernel
  Cc: stone.xulei



On 12/17/2023 11:04 PM, Wang Jinchao wrote:
> Maintain Consistent Formatting: Insert Space after #include
> 

Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>

> Suggested-by: Jakub Kicinski <kuba@kernel.org>
> Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com>
> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
> ---
> V2:
>     In accordance with Jakub's advice, modify the patch title.
> 
> V1: https://lore.kernel.org/all/20231215181043.4ed733cf@kernel.org/
> 
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> index 62780d8b4f9a..97a8039750c5 100644
> --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> @@ -5,7 +5,7 @@
>   *
>   */
>  
> -#include<linux/bitfield.h>
> +#include <linux/bitfield.h>
>  
>  #include "rvu.h"
>  #include "rvu_reg.h"

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

* Re: [PATCH net-next v2] octeontx2-af: insert space after include
  2023-12-18  7:04 [PATCH net-next v2] octeontx2-af: insert space after include Wang Jinchao
  2023-12-18 21:10 ` Jacob Keller
@ 2023-12-20 11:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-12-20 11:30 UTC (permalink / raw)
  To: WangJinchao
  Cc: sgoutham, lcherian, gakula, jerinj, hkelam, sbhatta, davem,
	edumazet, kuba, pabeni, netdev, linux-kernel, stone.xulei

Hello:

This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Mon, 18 Dec 2023 15:04:07 +0800 you wrote:
> Maintain Consistent Formatting: Insert Space after #include
> 
> Suggested-by: Jakub Kicinski <kuba@kernel.org>
> Reviewed-by: Subbaraya Sundeep <sbhatta@marvell.com>
> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
> ---
> V2:
>     In accordance with Jakub's advice, modify the patch title.
> 
> [...]

Here is the summary with links:
  - [net-next,v2] octeontx2-af: insert space after include
    https://git.kernel.org/netdev/net-next/c/b6895d0ac9d7

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:[~2023-12-20 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-18  7:04 [PATCH net-next v2] octeontx2-af: insert space after include Wang Jinchao
2023-12-18 21:10 ` Jacob Keller
2023-12-20 11:30 ` 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

all inboxes | Powered by JetHome®