[dpdk-test-report] |WARNING| pw57982 [PATCH v1 07/13] net/ppfe: add device start stop operations

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 26 15:18:07 CEST 2019


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

_coding style issues_


WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#497: FILE: drivers/net/ppfe/pfe_hif_lib.c:223:
+	client_shm->rx_qbase = (unsigned long int)client->rx_qbase;

WARNING:UNNECESSARY_INT: Prefer 'unsigned long' over 'unsigned long int' as the int is unnecessary
#499: FILE: drivers/net/ppfe/pfe_hif_lib.c:225:
+	client_shm->tx_qbase = (unsigned long int)client->tx_qbase;

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


More information about the test-report mailing list