automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: <pbhagavatula@marvell.com>
Subject: |WARNING| pw147244 [PATCH v6 01/22] event/cnxk: use stdatomic API
Date: Fri, 25 Oct 2024 14:31:55 +0200 (CEST)	[thread overview]
Message-ID: <20241025123155.4102C123108@dpdk.org> (raw)
In-Reply-To: <20241025122944.27745-1-pbhagavatula@marvell.com>

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

_coding style issues_


ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#151: FILE: drivers/event/cnxk/cn10k_eventdev.h:22:
+	alignas(RTE_CACHE_LINE_SIZE) int64_t __rte_atomic *fc_mem;
 	                                                  ^

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#618: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:361:
+		rte_atomic_load_explicit(&tim_ring->arm_cnt, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#627: FILE: drivers/event/cnxk/cnxk_tim_evdev.c:373:
+	rte_atomic_store_explicit(&tim_ring->arm_cnt, 0, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#673: FILE: drivers/event/cnxk/cnxk_tim_worker.c:73:
+		rte_atomic_fetch_add_explicit(&tim_ring->arm_cnt, index, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#683: FILE: drivers/event/cnxk/cnxk_tim_worker.c:127:
+		rte_atomic_fetch_add_explicit(&tim_ring->arm_cnt, set_timers,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#746: FILE: drivers/event/cnxk/cnxk_tim_worker.h:65:
+	return rte_atomic_fetch_add_explicit(&bktp->w1, TIM_BUCKET_SEMA_WLOCK,

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#754: FILE: drivers/event/cnxk/cnxk_tim_worker.h:72:
+	return rte_atomic_fetch_add_explicit(&bktp->w1, TIM_BUCKET_SEMA, rte_memory_order_relaxed);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#862: FILE: drivers/event/cnxk/cnxk_tim_worker.h:417:
+		rte_atomic_store_explicit(&bkt->chunk_remainder, tim_ring->nb_chunk_slots - 1,

total: 1 errors, 7 warnings, 672 lines checked

      parent reply	other threads:[~2024-10-25 12:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241025122944.27745-1-pbhagavatula@marvell.com>
2024-10-25 12:15 ` |WARNING| pw147244-147265 " qemudev
2024-10-25 12:31 ` checkpatch [this message]

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=20241025123155.4102C123108@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=pbhagavatula@marvell.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).