automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw97788 [PATCH v2 4/8] drivers: add cnxk crypto adapter eventdev ops
       [not found] <0680722dd5a6eb826da5b331c1c1aa44d93c4c08.1630584303.git.sthotton@marvell.com>
@ 2021-09-02 12:23 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-09-02 12:23 UTC (permalink / raw)
  To: test-report; +Cc: Shijith Thotton

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

_coding style issues_


WARNING:TYPO_SPELLING: 'adpter' may be misspelled - perhaps 'adapter'?
#102: FILE: drivers/crypto/cnxk/cnxk_cryptodev_ops.h:58:
+struct crypto_adpter_info {

WARNING:TYPO_SPELLING: 'adpter' may be misspelled - perhaps 'adapter'?
#116: FILE: drivers/crypto/cnxk/cnxk_cryptodev_ops.h:78:
+	struct crypto_adpter_info ca;

WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#373: FILE: drivers/event/cnxk/cnxk_eventdev.h:57:
+#define CNXK_VALID_DEV_OR_ERR_RET(dev, drv_name)                               \
+	do {                                                                   \
+		if (strncmp(dev->driver->name, drv_name, strlen(drv_name)))    \
+			return -EINVAL;                                        \
+	} while (0)

total: 0 errors, 3 warnings, 285 lines checked

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

only message in thread, other threads:[~2021-09-02 12:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <0680722dd5a6eb826da5b331c1c1aa44d93c4c08.1630584303.git.sthotton@marvell.com>
2021-09-02 12:23 ` [dpdk-test-report] |WARNING| pw97788 [PATCH v2 4/8] drivers: add cnxk crypto adapter eventdev ops 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).