[dpdk-test-report] |WARNING| pw88554 [PATCH 27/52] common/cnxk: add support for nix extended stats

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 5 14:44:40 CET 2021


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

_coding style issues_


WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#170: FILE: drivers/common/cnxk/roc_nix_stats.c:261:
+	unsigned long int i, count = 0;

WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#257: FILE: drivers/common/cnxk/roc_nix_stats.c:348:
+	unsigned long int i, count = 0;

WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#513: FILE: drivers/common/cnxk/roc_nix_xstats.h:187:
+static inline unsigned long int

WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#522: FILE: drivers/common/cnxk/roc_nix_xstats.h:196:
+static inline unsigned long int

total: 0 errors, 4 warnings, 430 lines checked


More information about the test-report mailing list