Skip to content

Commit b6895d0

Browse files
Wang Jinchaodavem330
Wang Jinchao
authored andcommitted
octeontx2-af: insert space after include
Maintain Consistent Formatting: Insert Space after #include Suggested-by: Jakub Kicinski <[email protected]> Reviewed-by: Subbaraya Sundeep <[email protected]> Signed-off-by: Wang Jinchao <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 1728df7 commit b6895d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include<linux/bitfield.h>
8+
#include <linux/bitfield.h>
99

1010
#include "rvu.h"
1111
#include "rvu_reg.h"

0 commit comments

Comments
 (0)