automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw131317 [PATCH v6 1/2] dma/cnxk: rework DMA driver
       [not found] <20230909163235.984-1-pbhagavatula@marvell.com>
@ 2023-09-09 16:34 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-09-09 16:34 UTC (permalink / raw)
  To: test-report; +Cc: pbhagavatula

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

_coding style issues_


WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#357: FILE: drivers/common/cnxk/roc_platform.c:71:
+RTE_LOG_REGISTER_DEFAULT(cnxk_logtype_tim, NOTICE);

WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#959: FILE: drivers/dma/cnxk/cnxk_dmadev.h:24:
+#define CNXK_DPI_STRM_DEC(s, var)	    ((s).var = ((s).var - 1) == -1 ? (s).max_cnt : ((s).var - 1))

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#967: FILE: drivers/dma/cnxk/cnxk_dmadev.h:32:
+#define CNXK_DPI_MAX_CMD_SZ		    CNXK_DPI_CMD_LEN(CNXK_DPI_MAX_POINTER, CNXK_DPI_MAX_POINTER)

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#968: FILE: drivers/dma/cnxk/cnxk_dmadev.h:33:
+#define CNXK_DPI_CHUNKS_FROM_DESC(cz, desc) (desc / ((cz / 8) / CNXK_DPI_MAX_CMD_SZ)) + 1

total: 1 errors, 3 warnings, 806 lines checked

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

only message in thread, other threads:[~2023-09-09 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230909163235.984-1-pbhagavatula@marvell.com>
2023-09-09 16:34 ` |WARNING| pw131317 [PATCH v6 1/2] dma/cnxk: rework DMA driver 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).