automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: <pbhagavatula@marvell.com>
Subject: |WARNING| pw122885 [PATCH 1/2] event/cnxk: fix burst timer arm routine
Date: Thu,  2 Feb 2023 09:11:29 +0100 (CET)	[thread overview]
Message-ID: <20230202081129.8C9DE121E50@dpdk.org> (raw)
In-Reply-To: <20230202081025.4176-1-pbhagavatula@marvell.com>

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

_coding style issues_


WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#167: FILE: drivers/event/cnxk/cnxk_tim_worker.h:497:
+	lock_cnt = (uint8_t)((lock_sema >> TIM_BUCKET_W1_S_LOCK) &

WARNING:TYPO_SPELLING: 'TIM' may be misspelled - perhaps 'TIME'?
#168: FILE: drivers/event/cnxk/cnxk_tim_worker.h:498:
+			     TIM_BUCKET_W1_M_LOCK);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#170: FILE: drivers/event/cnxk/cnxk_tim_worker.h:500:
+		cnxk_tim_bkt_dec_lock(bkt);

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#173: FILE: drivers/event/cnxk/cnxk_tim_worker.h:503:
+			     "		ldxrb %w[lock_cnt], [%[lock]]	
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#174: FILE: drivers/event/cnxk/cnxk_tim_worker.h:504:
+			     "		tst %w[lock_cnt], 255		
"

WARNING:TYPO_SPELLING: 'dne' may be misspelled - perhaps 'done'?
#175: FILE: drivers/event/cnxk/cnxk_tim_worker.h:505:
+			     "		beq dne%=			
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#175: FILE: drivers/event/cnxk/cnxk_tim_worker.h:505:
+			     "		beq dne%=			
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#176: FILE: drivers/event/cnxk/cnxk_tim_worker.h:506:
+			     "		sevl				
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#177: FILE: drivers/event/cnxk/cnxk_tim_worker.h:507:
+			     "rty%=:	wfe				
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#178: FILE: drivers/event/cnxk/cnxk_tim_worker.h:508:
+			     "		ldxrb %w[lock_cnt], [%[lock]]	
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#179: FILE: drivers/event/cnxk/cnxk_tim_worker.h:509:
+			     "		tst %w[lock_cnt], 255		
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#180: FILE: drivers/event/cnxk/cnxk_tim_worker.h:510:
+			     "		bne rty%=			
"

WARNING:TYPO_SPELLING: 'dne' may be misspelled - perhaps 'done'?
#181: FILE: drivers/event/cnxk/cnxk_tim_worker.h:511:
+			     "dne%=:					
"

WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline
#181: FILE: drivers/event/cnxk/cnxk_tim_worker.h:511:
+			     "dne%=:					
"

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#201: FILE: drivers/event/cnxk/cnxk_tim_worker.h:528:
+				tim_ring->nb_chunk_slots - chunk_remainder;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#210: FILE: drivers/event/cnxk/cnxk_tim_worker.h:542:
+			cnxk_tim_bkt_dec_lock_relaxed(bkt);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#219: FILE: drivers/event/cnxk/cnxk_tim_worker.h:549:
+		index = cnxk_tim_cpy_wrk(index, nb_timers, chunk, tim, ents,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#219: FILE: drivers/event/cnxk/cnxk_tim_worker.h:549:
+		index = cnxk_tim_cpy_wrk(index, nb_timers, chunk, tim, ents,

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#226: FILE: drivers/event/cnxk/cnxk_tim_worker.h:553:
+		cnxk_tim_bkt_set_rem(bkt, tim_ring->nb_chunk_slots - index);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#226: FILE: drivers/event/cnxk/cnxk_tim_worker.h:553:
+		cnxk_tim_bkt_set_rem(bkt, tim_ring->nb_chunk_slots - index);

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#227: FILE: drivers/event/cnxk/cnxk_tim_worker.h:554:
+		cnxk_tim_bkt_add_nent(bkt, index);

total: 0 errors, 21 warnings, 136 lines checked

           reply	other threads:[~2023-02-02  8:11 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20230202081025.4176-1-pbhagavatula@marvell.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=20230202081129.8C9DE121E50@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).