automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Gagandeep Singh <G.Singh@nxp.com>
Subject: [dpdk-test-report] |WARNING| pw52688 [PATCH v3 04/13] net/enetc: set interface mode for SXGMII
Date: Fri, 12 Apr 2019 13:02:36 +0200 (CEST)	[thread overview]
Message-ID: <20190412110236.C76557EC7@dpdk.org> (raw)
In-Reply-To: <20190412105105.24351-5-g.singh@nxp.com>

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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#33: FILE: drivers/net/enetc/base/enetc_hw.h:2:
+ * Copyright 2018-2019 NXP^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#41: FILE: drivers/net/enetc/base/enetc_hw.h:87:
+#define ENETC_PM0_IF_MODE^I^I0x8300^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#42: FILE: drivers/net/enetc/base/enetc_hw.h:88:
+#define ENETC_PM1_IF_MODE^I^I0x9300^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#43: FILE: drivers/net/enetc/base/enetc_hw.h:89:
+#define ENETC_PMO_IFM_RG^I^IBIT(2)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#44: FILE: drivers/net/enetc/base/enetc_hw.h:90:
+#define ENETC_PM0_IFM_RLP^I^I(BIT(5) | BIT(11))^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#45: FILE: drivers/net/enetc/base/enetc_hw.h:91:
+#define ENETC_PM0_IFM_RGAUTO^I^I(BIT(15) | ENETC_PMO_IFM_RG | BIT(1))^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#46: FILE: drivers/net/enetc/base/enetc_hw.h:92:
+#define ENETC_PM0_IFM_XGMII^I^IBIT(12)^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#54: FILE: drivers/net/enetc/base/enetc_hw.h:118:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#55: FILE: drivers/net/enetc/base/enetc_hw.h:119:
+/* MAC Counters */^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#56: FILE: drivers/net/enetc/base/enetc_hw.h:120:
+#define ENETC_G_EPFBLPR(n)^I^I(0xd00 + 4 * (n))^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#57: FILE: drivers/net/enetc/base/enetc_hw.h:121:
+#define ENETC_G_EPFBLPR1_XGMII^I^I0x80000000^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#58: FILE: drivers/net/enetc/base/enetc_hw.h:122:
+^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#70: FILE: drivers/net/enetc/enetc_ethdev.c:142:
+^I/* set auto-speed for RGMII */^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#71: FILE: drivers/net/enetc/enetc_ethdev.c:143:
+^Iif (enetc_port_rd(&hw->hw, ENETC_PM0_IF_MODE) & ENETC_PMO_IFM_RG) {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#72: FILE: drivers/net/enetc/enetc_ethdev.c:144:
+^I^Ienetc_port_wr(&hw->hw, ENETC_PM0_IF_MODE, ENETC_PM0_IFM_RGAUTO);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#73: FILE: drivers/net/enetc/enetc_ethdev.c:145:
+^I^Ienetc_port_wr(&hw->hw, ENETC_PM1_IF_MODE, ENETC_PM0_IFM_RGAUTO);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#74: FILE: drivers/net/enetc/enetc_ethdev.c:146:
+^I}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#75: FILE: drivers/net/enetc/enetc_ethdev.c:147:
+^Iif (enetc_global_rd(&hw->hw,^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#76: FILE: drivers/net/enetc/enetc_ethdev.c:148:
+^I^I^I    ENETC_G_EPFBLPR(1)) == ENETC_G_EPFBLPR1_XGMII) {^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#77: FILE: drivers/net/enetc/enetc_ethdev.c:149:
+^I^Ienetc_port_wr(&hw->hw, ENETC_PM0_IF_MODE, ENETC_PM0_IFM_XGMII);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#78: FILE: drivers/net/enetc/enetc_ethdev.c:150:
+^I^Ienetc_port_wr(&hw->hw, ENETC_PM1_IF_MODE, ENETC_PM0_IFM_XGMII);^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#79: FILE: drivers/net/enetc/enetc_ethdev.c:151:
+^I}^M$

ERROR:DOS_LINE_ENDINGS: DOS line endings
#80: FILE: drivers/net/enetc/enetc_ethdev.c:152:
+^M$

total: 23 errors, 0 warnings, 0 checks, 46 lines checked

           reply	other threads:[~2019-04-12 11:02 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190412105105.24351-5-g.singh@nxp.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=20190412110236.C76557EC7@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=G.Singh@nxp.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).