From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Ravi Kumar <ravi1.kumar@amd.com>
Subject: [dpdk-test-report] |WARNING| pw37222 [PATCH v4 03/17] net/axgbe: add phy register map and helper macros
Date: Thu, 5 Apr 2018 08:41:36 +0200 (CEST) [thread overview]
Message-ID: <20180405064136.547C71C843@dpdk.org> (raw)
In-Reply-To: <1522910389-35530-3-git-send-email-Ravi1.kumar@amd.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37222
_coding style issues_
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Autoneg>
#173: FILE: drivers/net/axgbe/axgbe_phy.h:145:
+#define ADVERTISED_Autoneg (1 << 6)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Autoneg>
#174: FILE: drivers/net/axgbe/axgbe_phy.h:146:
+#define SUPPORTED_Autoneg (1 << 6)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Pause>
#178: FILE: drivers/net/axgbe/axgbe_phy.h:150:
+#define ADVERTISED_Pause (1 << 13)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Asym_Pause>
#179: FILE: drivers/net/axgbe/axgbe_phy.h:151:
+#define ADVERTISED_Asym_Pause (1 << 14)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Pause>
#181: FILE: drivers/net/axgbe/axgbe_phy.h:153:
+#define SUPPORTED_Pause (1 << 13)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Asym_Pause>
#182: FILE: drivers/net/axgbe/axgbe_phy.h:154:
+#define SUPPORTED_Asym_Pause (1 << 14)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Backplane>
#184: FILE: drivers/net/axgbe/axgbe_phy.h:156:
+#define SUPPORTED_Backplane (1 << 16)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseR_FEC>
#187: FILE: drivers/net/axgbe/axgbe_phy.h:159:
+#define ADVERTISED_10000baseR_FEC (1 << 20)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseR_FEC>
#189: FILE: drivers/net/axgbe/axgbe_phy.h:161:
+#define SUPPORTED_10000baseR_FEC (1 << 20)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseKR_Full>
#193: FILE: drivers/net/axgbe/axgbe_phy.h:165:
+#define ADVERTISED_10000baseKR_Full (1 << 19)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseT_Full>
#194: FILE: drivers/net/axgbe/axgbe_phy.h:166:
+#define ADVERTISED_10000baseT_Full (1 << 12)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_2500baseX_Full>
#195: FILE: drivers/net/axgbe/axgbe_phy.h:167:
+#define ADVERTISED_2500baseX_Full (1 << 15)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_1000baseKX_Full>
#196: FILE: drivers/net/axgbe/axgbe_phy.h:168:
+#define ADVERTISED_1000baseKX_Full (1 << 17)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_1000baseT_Full>
#197: FILE: drivers/net/axgbe/axgbe_phy.h:169:
+#define ADVERTISED_1000baseT_Full (1 << 5)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_100baseT_Full>
#198: FILE: drivers/net/axgbe/axgbe_phy.h:170:
+#define ADVERTISED_100baseT_Full (1 << 3)
CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Backplane>
#201: FILE: drivers/net/axgbe/axgbe_phy.h:173:
+#define ADVERTISED_Backplane (1 << 16)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_1000baseKX_Full>
#203: FILE: drivers/net/axgbe/axgbe_phy.h:175:
+#define SUPPORTED_1000baseKX_Full (1 << 17)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseKR_Full>
#204: FILE: drivers/net/axgbe/axgbe_phy.h:176:
+#define SUPPORTED_10000baseKR_Full (1 << 19)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_2500baseX_Full>
#205: FILE: drivers/net/axgbe/axgbe_phy.h:177:
+#define SUPPORTED_2500baseX_Full (1 << 15)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_100baseT_Full>
#206: FILE: drivers/net/axgbe/axgbe_phy.h:178:
+#define SUPPORTED_100baseT_Full (1 << 2)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_1000baseT_Full>
#207: FILE: drivers/net/axgbe/axgbe_phy.h:179:
+#define SUPPORTED_1000baseT_Full (1 << 5)
CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseT_Full>
#208: FILE: drivers/net/axgbe/axgbe_phy.h:180:
+#define SUPPORTED_10000baseT_Full (1 << 12)
total: 0 errors, 0 warnings, 22 checks, 192 lines checked
parent reply other threads:[~2018-04-05 6:41 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1522910389-35530-3-git-send-email-Ravi1.kumar@amd.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=20180405064136.547C71C843@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=ravi1.kumar@amd.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).