automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Mattias Rönnblom" <mattias.ronnblom@ericsson.com>
Subject: |WARNING| pw136876 [RFC v2 1/5] eal: add static per-lcore memory allocation facility
Date: Mon, 19 Feb 2024 10:50:22 +0100 (CET)	[thread overview]
Message-ID: <20240219095022.D55E8121F0C@dpdk.org> (raw)
In-Reply-To: <20240219094036.485727-2-mattias.ronnblom@ericsson.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'varible' may be misspelled - perhaps 'variable'?
#185: FILE: doc/api/doxy-api-index.md:101:
+  [lcore-varible](@ref rte_lcore_var.h),

WARNING:TYPO_SPELLING: 'endcode' may be misspelled - perhaps 'encode'?
#452: FILE: lib/eal/include/rte_lcore_var.h:146:
+ * ^[ndcode

WARNING:TYPO_SPELLING: 'endcode' may be misspelled - perhaps 'encode'?
#466: FILE: lib/eal/include/rte_lcore_var.h:160:
+ * ^[ndcode

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#533: FILE: lib/eal/include/rte_lcore_var.h:227:
+#define RTE_LCORE_VAR_HANDLE_TYPE(type)		\
+	type *

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#549: FILE: lib/eal/include/rte_lcore_var.h:243:
+#define RTE_LCORE_VAR_HANDLE(type, name)	\
+	RTE_LCORE_VAR_HANDLE_TYPE(type) name

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#555: FILE: lib/eal/include/rte_lcore_var.h:249:
+#define RTE_LCORE_VAR_ALLOC_SIZE_ALIGN(name, size, align)	\
+	name = rte_lcore_var_alloc(size, align)

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#562: FILE: lib/eal/include/rte_lcore_var.h:256:
+#define RTE_LCORE_VAR_ALLOC_SIZE(name, size)	\
+	name = rte_lcore_var_alloc(size, 0)

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#576: FILE: lib/eal/include/rte_lcore_var.h:270:
+#define RTE_LCORE_VAR_INIT_SIZE_ALIGN(name, size, align)		\
+	RTE_INIT(rte_lcore_var_init_ ## name)				\
+	{								\
+		RTE_LCORE_VAR_ALLOC_SIZE_ALIGN(name, size, align);	\
+	}

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#592: FILE: lib/eal/include/rte_lcore_var.h:286:
+#define RTE_LCORE_VAR_INIT(name)					\
+	RTE_INIT(rte_lcore_var_init_ ## name)				\
+	{								\
+		RTE_LCORE_VAR_ALLOC(name);				\
+	}

WARNING:TYPO_SPELLING: 'identifer' may be misspelled - perhaps 'identifier'?
#655: FILE: lib/eal/include/rte_lcore_var.h:349:
+ * The pointer returned is only an opaque identifer of the variable. To

total: 6 errors, 4 warnings, 494 lines checked

           reply	other threads:[~2024-02-19  9:50 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20240219094036.485727-2-mattias.ronnblom@ericsson.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240219095022.D55E8121F0C@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mattias.ronnblom@ericsson.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).