[PATCH net-next v2] octeontx2-af: insert space after include

Wang Jinchao posted 1 patch 2 years, 1 month ago
drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net-next v2] octeontx2-af: insert space after include
Posted by Wang Jinchao 2 years, 1 month ago
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
Re: [PATCH net-next v2] octeontx2-af: insert space after include
Posted by Jacob Keller 2 years, 1 month ago

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"