octeontx2-af: insert space after include

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>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Wang Jinchao 2023-12-18 15:04:07 +08:00 committed by David S. Miller
parent 1728df7fc1
commit b6895d0ac9

View File

@ -5,7 +5,7 @@
*
*/
#include<linux/bitfield.h>
#include <linux/bitfield.h>
#include "rvu.h"
#include "rvu_reg.h"