automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Shrikrishna Khare <skhare@vmware.com>
Subject: [dpdk-test-report] |WARNING| pw21524 [PATCH v3 2/7] net/vmxnet3: introduce generalized cmd interface
Date: Mon,  6 Mar 2017 23:55:56 +0100 (CET)	[thread overview]
Message-ID: <20170306225556.55090F612@dpdk.org> (raw)
In-Reply-To: <1488840907-17441-3-git-send-email-skhare@vmware.com>

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#76: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:112:
+   VMXNET3_CMD_RESERVED3,$

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_SetPolling>
#84: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:699:
+struct Vmxnet3_SetPolling {

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#85: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:700:
+   uint8 enablePolling;$

CHECK:CAMELCASE: Avoid CamelCase: <enablePolling>
#85: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:700:
+   uint8 enablePolling;

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_CmdInfo>
#96: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:711:
+union Vmxnet3_CmdInfo {

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#97: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:712:
+   Vmxnet3_VariableLenConfDesc varConf;$

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_VariableLenConfDesc>
#97: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:712:
+   Vmxnet3_VariableLenConfDesc varConf;

CHECK:CAMELCASE: Avoid CamelCase: <varConf>
#97: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:712:
+   Vmxnet3_VariableLenConfDesc varConf;

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#98: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:713:
+   Vmxnet3_SetPolling          setPolling;$

CHECK:CAMELCASE: Avoid CamelCase: <setPolling>
#98: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:713:
+   Vmxnet3_SetPolling          setPolling;

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#99: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:714:
+   __le64                      data[2];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#112: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:726:
+   __le32               reserved;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#114: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:728:
+   union {$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#115: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:729:
+      __le32            reserved1[4];$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#116: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:730:
+      Vmxnet3_CmdInfo   cmdInfo; /* only valid in the context of executing the$

CHECK:CAMELCASE: Avoid CamelCase: <cmdInfo>
#116: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:730:
+      Vmxnet3_CmdInfo   cmdInfo; /* only valid in the context of executing the

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#119: FILE: drivers/net/vmxnet3/base/vmxnet3_defs.h:733:
+   } cu;$

total: 0 errors, 10 warnings, 7 checks, 49 lines checked

           reply	other threads:[~2017-03-06 22:55 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1488840907-17441-3-git-send-email-skhare@vmware.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=20170306225556.55090F612@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=skhare@vmware.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).