automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: ssardar@amd.com
Subject: [dpdk-test-report] |WARNING| pw64393 [PATCH v1 2/2] net/axgbe: auto-negotiation support enabled for 1Gbps
Date: Fri, 10 Jan 2020 09:38:01 +0100 (CET)	[thread overview]
Message-ID: <20200110083801.4EFC21E8DA@dpdk.org> (raw)
In-Reply-To: <20200110083604.25864-1-ssardar@amd.com>

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Pause>
#307: FILE: drivers/net/axgbe/axgbe_mdio.c:715:
+	if (advertising & ADVERTISED_Pause)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Asym_Pause>
#311: FILE: drivers/net/axgbe/axgbe_mdio.c:719:
+	if (advertising & ADVERTISED_Asym_Pause)

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_Autoneg>
#446: FILE: drivers/net/axgbe/axgbe_phy_impl.c:964:
+	pdata->phy.lp_advertising |= ADVERTISED_Autoneg;

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_1000baseT_Full>
#447: FILE: drivers/net/axgbe/axgbe_phy_impl.c:965:
+	pdata->phy.lp_advertising |= ADVERTISED_1000baseT_Full;

CHECK:CAMELCASE: Avoid CamelCase: <ADVERTISED_100baseT_Full>
#455: FILE: drivers/net/axgbe/axgbe_phy_impl.c:973:
+			pdata->phy.lp_advertising |= ADVERTISED_100baseT_Full;

total: 0 errors, 0 warnings, 5 checks, 347 lines checked

       reply	other threads:[~2020-01-10  8:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200110083604.25864-1-ssardar@amd.com>
2020-01-10  8:38 ` checkpatch [this message]
2020-01-10 10:57 ` [dpdk-test-report] |SUCCESS| pw64393 " 0-day Robot

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=20200110083801.4EFC21E8DA@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=ssardar@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).