automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [RFC PATCH 2/6] eal: introduce bus-device-driver structure
       [not found] <1479360605-20558-3-git-send-email-shreyansh.jain@nxp.com>
@ 2016-11-17  5:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-11-17  5:29 UTC (permalink / raw)
  To: test-report; +Cc: Shreyansh Jain

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-17  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1479360605-20558-3-git-send-email-shreyansh.jain@nxp.com>
2016-11-17  5:29 ` [dpdk-test-report] |WARNING| [RFC PATCH 2/6] eal: introduce bus-device-driver structure checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).