automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Michal Krawczyk <mk@semihalf.com>
Subject: [dpdk-test-report] |WARNING| pw92854 [PATCH v2 03/22] net/ena/base: add dev arg to the logging macros
Date: Wed,  5 May 2021 09:35:46 +0200 (CEST)	[thread overview]
Message-ID: <20210505073546.DBBEE121159@dpdk.org> (raw)
In-Reply-To: <20210505073348.6394-4-mk@semihalf.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ENA_PRIu64>
#714: FILE: drivers/net/ena/base/ena_com.c:2109:
+		ena_trc_dbg(ena_dev, "AENQ! Group[%x] Syndrom[%x] timestamp: [%" ENA_PRIu64 "s]
",

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1398: FILE: drivers/net/ena/base/ena_plat_dpdk.h:102:
+#define ena_trc_log(dev, level, fmt, arg...)				\
+	(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#1399: FILE: drivers/net/ena/base/ena_plat_dpdk.h:103:
+	(

WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations
#1400: FILE: drivers/net/ena/base/ena_plat_dpdk.h:104:
+		ENA_TOUCH(dev),						\

total: 1 errors, 1 warnings, 2 checks, 1204 lines checked

           reply	other threads:[~2021-05-05  7:35 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20210505073348.6394-4-mk@semihalf.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=20210505073546.DBBEE121159@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mk@semihalf.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).