[dpdk-test-report] |WARNING| [RFC PATCH 2/6] eal: introduce bus-device-driver structure

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 17 06:29:02 CET 2016


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#134: 
rte_xxx_driver has rte_driver and rte_bus embedded. Similarly, rte_xxx_device

ERROR:SPACING: space prohibited after that '*' (ctx:BxW)
#241: FILE: lib/librte_eal/common/include/rte_bus.h:78:
+typedef int (* bus_scan_t)(void);
              ^

ERROR:SPACING: space prohibited after that '*' (ctx:BxW)
#259: FILE: lib/librte_eal/common/include/rte_bus.h:96:
+typedef int (* bus_match_t)(struct rte_driver *drv, struct rte_device *dev);
              ^

ERROR:SPACING: space prohibited after that '*' (ctx:BxW)
#271: FILE: lib/librte_eal/common/include/rte_bus.h:108:
+typedef void (* bus_dump_t)(struct rte_bus *bus, FILE *f);
               ^

ERROR:SPACING: space prohibited after that '*' (ctx:BxW)
#283: FILE: lib/librte_eal/common/include/rte_bus.h:120:
+typedef struct rte_device * (* bus_device_get_t)(struct rte_device *dev);
                              ^

ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#373: FILE: lib/librte_eal/common/include/rte_bus.h:210:
+struct rte_bus * rte_eal_get_bus(const char *bus_name);

total: 5 errors, 1 warnings, 304 lines checked


More information about the test-report mailing list