|WARNING| pw107776 [PATCH v1] raw/ifpga: initialize scalar variable before using

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Feb 18 04:12:42 CET 2022


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxV)
#84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219:
+	char sub_brg_bdf[4][16] = {{0},{0},{0},{0}};
 	                              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219:
+	char sub_brg_bdf[4][16] = {{0},{0},{0},{0}};
 	                                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#84: FILE: drivers/raw/ifpga/ifpga_rawdev.c:219:
+	char sub_brg_bdf[4][16] = {{0},{0},{0},{0}};
 	                                      ^

total: 3 errors, 0 warnings, 8 lines checked


More information about the test-report mailing list