From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Igor Russkikh <igor.russkikh@aquantia.com>
Subject: [dpdk-test-report] |WARNING| pw44405 [10/21] net/atlantic: add hw adapter structures and defines
Date: Fri, 7 Sep 2018 17:24:56 +0200 (CEST) [thread overview]
Message-ID: <20180907152456.6AFE35F29@dpdk.org> (raw)
In-Reply-To: <1536333719-32155-11-git-send-email-igor.russkikh@aquantia.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/44405
_coding style issues_
WARNING:MEMORY_BARRIER: memory barrier without comment
#70: FILE: drivers/net/atlantic/atl_types.h:32:
+#define wmb() rte_wmb()
ERROR:CODE_INDENT: code indent should use tabs where possible
#102: FILE: drivers/net/atlantic/atl_types.h:64:
+ atl_bus_speed_unknown = 0,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#102: FILE: drivers/net/atlantic/atl_types.h:64:
+ atl_bus_speed_unknown = 0,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#103: FILE: drivers/net/atlantic/atl_types.h:65:
+ atl_bus_speed_2500,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#103: FILE: drivers/net/atlantic/atl_types.h:65:
+ atl_bus_speed_2500,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#104: FILE: drivers/net/atlantic/atl_types.h:66:
+ atl_bus_speed_5000,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#104: FILE: drivers/net/atlantic/atl_types.h:66:
+ atl_bus_speed_5000,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#105: FILE: drivers/net/atlantic/atl_types.h:67:
+ atl_bus_speed_reserved$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#105: FILE: drivers/net/atlantic/atl_types.h:67:
+ atl_bus_speed_reserved$
ERROR:CODE_INDENT: code indent should use tabs where possible
#109: FILE: drivers/net/atlantic/atl_types.h:71:
+ atl_bus_width_unknown = 0,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#109: FILE: drivers/net/atlantic/atl_types.h:71:
+ atl_bus_width_unknown = 0,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#110: FILE: drivers/net/atlantic/atl_types.h:72:
+ atl_bus_width_pcie_x1,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#110: FILE: drivers/net/atlantic/atl_types.h:72:
+ atl_bus_width_pcie_x1,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#111: FILE: drivers/net/atlantic/atl_types.h:73:
+ atl_bus_width_pcie_x2,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#111: FILE: drivers/net/atlantic/atl_types.h:73:
+ atl_bus_width_pcie_x2,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#112: FILE: drivers/net/atlantic/atl_types.h:74:
+ atl_bus_width_pcie_x4 = 4,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#112: FILE: drivers/net/atlantic/atl_types.h:74:
+ atl_bus_width_pcie_x4 = 4,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#113: FILE: drivers/net/atlantic/atl_types.h:75:
+ atl_bus_width_pcie_x8 = 8,$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#113: FILE: drivers/net/atlantic/atl_types.h:75:
+ atl_bus_width_pcie_x8 = 8,$
ERROR:CODE_INDENT: code indent should use tabs where possible
#114: FILE: drivers/net/atlantic/atl_types.h:76:
+ atl_bus_width_reserved$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: drivers/net/atlantic/atl_types.h:76:
+ atl_bus_width_reserved$
ERROR:CODE_INDENT: code indent should use tabs where possible
#118: FILE: drivers/net/atlantic/atl_types.h:80:
+ enum atl_bus_speed speed;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#118: FILE: drivers/net/atlantic/atl_types.h:80:
+ enum atl_bus_speed speed;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#119: FILE: drivers/net/atlantic/atl_types.h:81:
+ enum atl_bus_width width;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: drivers/net/atlantic/atl_types.h:81:
+ enum atl_bus_width width;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#121: FILE: drivers/net/atlantic/atl_types.h:83:
+ u16 func;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#121: FILE: drivers/net/atlantic/atl_types.h:83:
+ u16 func;$
ERROR:CODE_INDENT: code indent should use tabs where possible
#122: FILE: drivers/net/atlantic/atl_types.h:84:
+ u16 pci_cmd_word;$
WARNING:LEADING_SPACE: please, no spaces at the start of a line
#122: FILE: drivers/net/atlantic/atl_types.h:84:
+ u16 pci_cmd_word;$
CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#129: FILE: drivers/net/atlantic/atl_types.h:91:
+ u32 hash_secret_key[HW_ATL_B0_RSS_HASHKEY_BITS/8];
^
total: 14 errors, 15 warnings, 1 checks, 234 lines checked
parent reply other threads:[~2018-09-07 15:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1536333719-32155-11-git-send-email-igor.russkikh@aquantia.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=20180907152456.6AFE35F29@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=igor.russkikh@aquantia.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).