[dpdk-test-report] |WARNING| pw27646 [PATCH 6/6] bus/fslmc: refactor scan and probe functions
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Aug 18 14:43:17 CEST 2017
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/27646
_coding style issues_
WARNING:NAKED_SSCANF: unchecked sscanf return value
#123: FILE: drivers/bus/fslmc/fslmc_bus.c:130:
+ sscanf(t_ptr, "%hu", &dev->object_id);
WARNING:SSCANF_TO_KSTRTO: Prefer kstrto<type> to single variable sscanf
#123: FILE: drivers/bus/fslmc/fslmc_bus.c:130:
+ sscanf(t_ptr, "%hu", &dev->object_id);
total: 0 errors, 2 warnings, 822 lines checked
More information about the test-report
mailing list