[dpdk-test-report] |WARNING| pw20895 [PATCH 59/61] net/qede/base: add support for arfs mode

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Feb 27 09:09:46 CET 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/20895

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#212: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1508:
+	ram_line_ptr = (u32*)&ram_line;

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#222: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1518:
+	ecore_wr(p_hwfn, p_ptt, PRS_REG_GFT_CAM + CAM_LINE_SIZE*pf_id,
 	                                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#231: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1527:
+			 RAM_LINE_SIZE*pf_id + i*REG_SIZE, *(ram_line_ptr + i));
 			              ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#231: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1527:
+			 RAM_LINE_SIZE*pf_id + i*REG_SIZE, *(ram_line_ptr + i));
 			                        ^

total: 1 errors, 0 warnings, 3 checks, 332 lines checked


More information about the test-report mailing list