[dpdk-test-report] |WARNING| pw63681 [PATCH v3 04/17] net/ionic: register and initialize the adapter
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 9 22:50:14 CET 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/63681
_coding style issues_
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#217: FILE: drivers/net/ionic/ionic_dev.c:33:
+ idev->dev_info = (union ionic_dev_info_regs*)
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#219: FILE: drivers/net/ionic/ionic_dev.c:35:
+ idev->dev_cmd = (union ionic_dev_cmd_regs*)
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#221: FILE: drivers/net/ionic/ionic_dev.c:37:
+ idev->intr_status = (struct ionic_intr_status*)
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#223: FILE: drivers/net/ionic/ionic_dev.c:39:
+ idev->intr_ctrl = (struct ionic_intr*)
total: 4 errors, 0 warnings, 0 checks, 934 lines checked
More information about the test-report
mailing list