automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw138086 [PATCH v2 4/5] eal: fix first time primary autodetect
       [not found] <20240307070113.29580-5-artemyko@nvidia.com>
@ 2024-03-07  7:03 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2024-03-07  7:03 UTC (permalink / raw)
  To: test-report; +Cc: Artemy Kovalyov

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

_coding style issues_


WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'?
#142: FILE: lib/eal/linux/eal.c:363:
+		if (((mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600)) >= 0) &&

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#142: FILE: lib/eal/linux/eal.c:363:
+		if (((mem_cfg_fd = open(pathname, O_RDWR | O_CREAT, 0600)) >= 0) &&

total: 1 errors, 1 warnings, 8 lines checked

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

only message in thread, other threads:[~2024-03-07  7:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240307070113.29580-5-artemyko@nvidia.com>
2024-03-07  7:03 ` |WARNING| pw138086 [PATCH v2 4/5] eal: fix first time primary autodetect 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).