From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Tianhao Zhang <zhang.tianhao2@zte.com.cn>
Subject: |WARNING| pw159401 [PATCH v1 1/2] net/zxdh: add pcie bar channel check
Date: Mon, 22 Dec 2025 11:46:26 +0100 (CET) [thread overview]
Message-ID: <20251222104626.756201261FC@dpdk.org> (raw)
In-Reply-To: <20251222102535.401064-2-zhang.tianhao2@zte.com.cn>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159401
_coding style issues_
ERROR:OPEN_BRACE: that open brace { should be on the previous line
#89: FILE: drivers/net/zxdh/zxdh_np.c:3702:
+ if((*p_item_num & ZXDH_DTB_SPACE_LEFT_MASK) == ZXDH_DTB_SPACE_LEFT_MASK)
+ {
ERROR:SPACING: space required before the open parenthesis '('
#89: FILE: drivers/net/zxdh/zxdh_np.c:3702:
+ if((*p_item_num & ZXDH_DTB_SPACE_LEFT_MASK) == ZXDH_DTB_SPACE_LEFT_MASK)
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#90: FILE: drivers/net/zxdh/zxdh_np.c:3703:
+ {$
ERROR:CODE_INDENT: code indent should use tabs where possible
#92: FILE: drivers/net/zxdh/zxdh_np.c:3705:
+ return ZXDH_RC_DTB_BAR_ABNORMAL;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#92: FILE: drivers/net/zxdh/zxdh_np.c:3705:
+ return ZXDH_RC_DTB_BAR_ABNORMAL;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#93: FILE: drivers/net/zxdh/zxdh_np.c:3706:
+ }$
ERROR:TRAILING_WHITESPACE: trailing whitespace
#94: FILE: drivers/net/zxdh/zxdh_np.c:3707:
+^I$
total: 4 errors, 3 warnings, 0 checks, 27 lines checked
parent reply other threads:[~2025-12-22 10:48 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20251222102535.401064-2-zhang.tianhao2@zte.com.cn>]
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=20251222104626.756201261FC@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=test-report@dpdk.org \
--cc=zhang.tianhao2@zte.com.cn \
/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).