automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw130308 [PATCH v1 2/7] tailq: skip init if already initialized
       [not found] <20230815013826.1288972-3-okaya@kernel.org>
@ 2023-08-15  1:40 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-08-15  1:40 UTC (permalink / raw)
  To: test-report; +Cc: okaya

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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#94: FILE: lib/eal/common/eal_common_tailqs.c:104:
+		if (t->head == NULL) {
+			t->head = rte_eal_tailq_create(t->name);
+		}

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#124: FILE: lib/eal/common/eal_common_tailqs.c:144:
+		RTE_LOG(INFO, EAL, "tailq already initialized 
");

total: 0 errors, 2 warnings, 51 lines checked

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

only message in thread, other threads:[~2023-08-15  1:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230815013826.1288972-3-okaya@kernel.org>
2023-08-15  1:40 ` |WARNING| pw130308 [PATCH v1 2/7] tailq: skip init if already initialized 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).