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| pw137802 [RFC 4/7] eal: add generic once-type bit operations macros
Date: Sat,  2 Mar 2024 15:03:17 +0100 (CET)	[thread overview]
Message-ID: <20240302140317.749FA122335@dpdk.org> (raw)
In-Reply-To: <20240302135328.531940-5-mattias.ronnblom@ericsson.com>

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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#154: FILE: lib/eal/include/rte_bitops.h:215:
+		 uint32_t *: rte_bit_once_test32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#154: FILE: lib/eal/include/rte_bitops.h:215:
+		 uint32_t *: rte_bit_once_test32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#155: FILE: lib/eal/include/rte_bitops.h:216:
+		 uint64_t *: rte_bit_once_test64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#155: FILE: lib/eal/include/rte_bitops.h:216:
+		 uint64_t *: rte_bit_once_test64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#179: FILE: lib/eal/include/rte_bitops.h:240:
+		 uint32_t *: rte_bit_once_set32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#179: FILE: lib/eal/include/rte_bitops.h:240:
+		 uint32_t *: rte_bit_once_set32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#180: FILE: lib/eal/include/rte_bitops.h:241:
+		 uint64_t *: rte_bit_once_set64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#180: FILE: lib/eal/include/rte_bitops.h:241:
+		 uint64_t *: rte_bit_once_set64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#204: FILE: lib/eal/include/rte_bitops.h:265:
+		 uint32_t *: rte_bit_once_clear32,		\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#204: FILE: lib/eal/include/rte_bitops.h:265:
+		 uint32_t *: rte_bit_once_clear32,		\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#205: FILE: lib/eal/include/rte_bitops.h:266:
+		 uint64_t *: rte_bit_once_clear64)(addr, nr)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#205: FILE: lib/eal/include/rte_bitops.h:266:
+		 uint64_t *: rte_bit_once_clear64)(addr, nr)
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#228: FILE: lib/eal/include/rte_bitops.h:289:
+		 uint32_t *: rte_bit_once_assign32,			\
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#228: FILE: lib/eal/include/rte_bitops.h:289:
+		 uint32_t *: rte_bit_once_assign32,			\
 		           ^

ERROR:SPACING: need consistent spacing around '*' (ctx:WxO)
#229: FILE: lib/eal/include/rte_bitops.h:290:
+		 uint64_t *: rte_bit_once_assign64)(addr, nr, value)
 		          ^

ERROR:SPACING: spaces required around that ':' (ctx:OxW)
#229: FILE: lib/eal/include/rte_bitops.h:290:
+		 uint64_t *: rte_bit_once_assign64)(addr, nr, value)
 		           ^

total: 16 errors, 0 warnings, 107 lines checked

           reply	other threads:[~2024-03-02 14:03 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20240302135328.531940-5-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=20240302140317.749FA122335@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).