aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Jinchao <[email protected]>2023-12-18 15:04:07 +0800
committerDavid S. Miller <[email protected]>2023-12-20 11:20:10 +0000
commitb6895d0ac9d7a3d29f9f238a2688b3b66da71692 (patch)
tree6dcca8b5b8dd515253668fceaf113e1e8372d576
parent1728df7fc11bf09322852ff05e73908244011594 (diff)
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]>
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
index bb5fdb225dab..1e6fbd98423d 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"