From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E17F67CDF; Wed, 21 Jun 2017 05:00:10 +0200 (CEST) In-Reply-To: <1498013885-102779-2-git-send-email-tiwei.bie@intel.com> References: <1498013885-102779-2-git-send-email-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170621030010.E17F67CDF@dpdk.org> Date: Wed, 21 Jun 2017 05:00:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25508 [PATCH RFC 01/29] net/virtio: vring init for 1.1 X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 03:00:11 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25508 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #49: FILE: drivers/net/virtio/virtio-1.1.h:13: + uint64_t addr;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #49: FILE: drivers/net/virtio/virtio-1.1.h:13: + uint64_t addr;$ ERROR:CODE_INDENT: code indent should use tabs where possible #50: FILE: drivers/net/virtio/virtio-1.1.h:14: + uint32_t len;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #50: FILE: drivers/net/virtio/virtio-1.1.h:14: + uint32_t len;$ ERROR:CODE_INDENT: code indent should use tabs where possible #51: FILE: drivers/net/virtio/virtio-1.1.h:15: + uint16_t index;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #51: FILE: drivers/net/virtio/virtio-1.1.h:15: + uint16_t index;$ ERROR:CODE_INDENT: code indent should use tabs where possible #52: FILE: drivers/net/virtio/virtio-1.1.h:16: + uint16_t flags;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #52: FILE: drivers/net/virtio/virtio-1.1.h:16: + uint16_t flags;$ total: 4 errors, 4 warnings, 0 checks, 137 lines checked