[dpdk-test-report] |WARNING| pw35073 [PATCH v1] net/mlx: control netdevices through ioctl only

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Feb 8 17:37:40 CET 2018


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <SCNu16>
#499: FILE: drivers/net/mlx5/mlx5_ethdev.c:232:
+		n = fscanf(file, "%" SCNu16, num_vfs);

CHECK:CAMELCASE: Avoid CamelCase: <SCNu64>
#637: FILE: drivers/net/mlx5/mlx5_stats.c:159:
+				int n = fscanf(file, "%" SCNu64, &stats[i]);

total: 0 errors, 0 warnings, 2 checks, 594 lines checked


More information about the test-report mailing list