automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Nithin Dabilpuram <nithind1988@gmail.com>
Subject: [dpdk-test-report] |WARNING| pw67747 [PATCH v3 03/11] net/octeontx2: add dynamic topology update support
Date: Fri,  3 Apr 2020 10:54:42 +0200 (CEST)	[thread overview]
Message-ID: <20200403085442.03C021C1A1@dpdk.org> (raw)
In-Reply-To: <20200403085216.32684-4-nithind1988@gmail.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <otx2_dev_is_Ax>
#161: FILE: drivers/net/octeontx2/otx2_tm.c:62:
+	return otx2_dev_is_pf(dev) && !otx2_dev_is_Ax(dev) && !is_lbk;

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#646: FILE: drivers/net/octeontx2/otx2_tm.c:1162:
+		otx2_tm_dbg("Update sq(%u) rr_quantum 0x%"PRIx64, sq, rr_quantum);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#646: FILE: drivers/net/octeontx2/otx2_tm.c:1162:
+		otx2_tm_dbg("Update sq(%u) rr_quantum 0x%"PRIx64, sq, rr_quantum);

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#648: FILE: drivers/net/octeontx2/otx2_tm.c:1164:
+		otx2_tm_dbg("Enabling sq(%u)->smq(%u), rr_quantum 0x%"PRIx64,

total: 0 errors, 0 warnings, 4 checks, 841 lines checked

           reply	other threads:[~2020-04-03  8:54 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200403085216.32684-4-nithind1988@gmail.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=20200403085442.03C021C1A1@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=nithind1988@gmail.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).