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

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 1 14:43:03 CEST 2021


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

_coding style issues_


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, 3 warnings, 430 lines checked


More information about the test-report mailing list