From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A024258CB; Thu, 17 Nov 2016 06:29:02 +0100 (CET) In-Reply-To: <1479360605-20558-3-git-send-email-shreyansh.jain@nxp.com> References: <1479360605-20558-3-git-send-email-shreyansh.jain@nxp.com> To: test-report@dpdk.org Cc: Shreyansh Jain Message-Id: <20161117052902.A024258CB@dpdk.org> Date: Thu, 17 Nov 2016 06:29:02 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [RFC PATCH 2/6] eal: introduce bus-device-driver structure X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Nov 2016 05:29:02 -0000 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