automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Ravi Kumar <ravi1.kumar@amd.com>
Subject: [dpdk-test-report] |WARNING| pw31802 [PATCH 03/16] net/axgbe: add phy register map and helper macros
Date: Thu, 30 Nov 2017 14:13:28 +0100 (CET)	[thread overview]
Message-ID: <20171130131328.6A16E7CEA@dpdk.org> (raw)
In-Reply-To: <1512047472-118050-3-git-send-email-Ravi1.kumar@amd.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Autoneg>
#291: FILE: drivers/net/axgbe/axgbe_phy.h:267:
+#define ADVERTISED_Autoneg		(1 << 6)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Autoneg>
#292: FILE: drivers/net/axgbe/axgbe_phy.h:268:
+#define SUPPORTED_Autoneg		(1 << 6)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Pause>
#296: FILE: drivers/net/axgbe/axgbe_phy.h:272:
+#define ADVERTISED_Pause		(1 << 13)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Asym_Pause>
#297: FILE: drivers/net/axgbe/axgbe_phy.h:273:
+#define ADVERTISED_Asym_Pause		(1 << 14)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Pause>
#299: FILE: drivers/net/axgbe/axgbe_phy.h:275:
+#define SUPPORTED_Pause			(1 << 13)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Asym_Pause>
#300: FILE: drivers/net/axgbe/axgbe_phy.h:276:
+#define SUPPORTED_Asym_Pause		(1 << 14)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_Backplane>
#302: FILE: drivers/net/axgbe/axgbe_phy.h:278:
+#define SUPPORTED_Backplane		(1 << 16)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseR_FEC>
#305: FILE: drivers/net/axgbe/axgbe_phy.h:281:
+#define ADVERTISED_10000baseR_FEC       (1 << 20)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseR_FEC>
#307: FILE: drivers/net/axgbe/axgbe_phy.h:283:
+#define SUPPORTED_10000baseR_FEC	(1 << 20)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseKR_Full>
#311: FILE: drivers/net/axgbe/axgbe_phy.h:287:
+#define ADVERTISED_10000baseKR_Full	(1 << 19)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_10000baseT_Full>
#312: FILE: drivers/net/axgbe/axgbe_phy.h:288:
+#define ADVERTISED_10000baseT_Full	(1 << 12)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_2500baseX_Full>
#313: FILE: drivers/net/axgbe/axgbe_phy.h:289:
+#define ADVERTISED_2500baseX_Full	(1 << 15)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_1000baseKX_Full>
#314: FILE: drivers/net/axgbe/axgbe_phy.h:290:
+#define ADVERTISED_1000baseKX_Full	(1 << 17)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_1000baseT_Full>
#315: FILE: drivers/net/axgbe/axgbe_phy.h:291:
+#define ADVERTISED_1000baseT_Full	(1 << 5)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_100baseT_Full>
#316: FILE: drivers/net/axgbe/axgbe_phy.h:292:
+#define ADVERTISED_100baseT_Full	(1 << 3)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Backplane>
#319: FILE: drivers/net/axgbe/axgbe_phy.h:295:
+#define ADVERTISED_Backplane            (1 << 16)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_1000baseKX_Full>
#321: FILE: drivers/net/axgbe/axgbe_phy.h:297:
+#define SUPPORTED_1000baseKX_Full       (1 << 17)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseKR_Full>
#322: FILE: drivers/net/axgbe/axgbe_phy.h:298:
+#define SUPPORTED_10000baseKR_Full      (1 << 19)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_2500baseX_Full>
#323: FILE: drivers/net/axgbe/axgbe_phy.h:299:
+#define SUPPORTED_2500baseX_Full	(1 << 15)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_100baseT_Full>
#324: FILE: drivers/net/axgbe/axgbe_phy.h:300:
+#define SUPPORTED_100baseT_Full         (1 << 2)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_1000baseT_Full>
#325: FILE: drivers/net/axgbe/axgbe_phy.h:301:
+#define SUPPORTED_1000baseT_Full        (1 << 5)

CHECK:CAMELCASE: Avoid CamelCase: <SUPPORTED_10000baseT_Full>
#326: FILE: drivers/net/axgbe/axgbe_phy.h:302:
+#define SUPPORTED_10000baseT_Full       (1 << 12)

total: 0 errors, 0 warnings, 22 checks, 314 lines checked

           reply	other threads:[~2017-11-30 13:13 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1512047472-118050-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=20171130131328.6A16E7CEA@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).