Skip to content

Commit

Permalink
octeontx2-af: insert space after include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Wang Jinchao authored and davem330 committed Dec 20, 2023
1 parent 1728df7 commit b6895d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

#include<linux/bitfield.h>
#include <linux/bitfield.h>

#include "rvu.h"
#include "rvu_reg.h"
Expand Down

0 comments on commit b6895d0

Please sign in to comment.