From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 415E8FAA6; Sun, 4 Dec 2016 07:37:08 +0100 (CET) In-Reply-To: <1480833100-48545-18-git-send-email-wei.dai@intel.com> References: <1480833100-48545-18-git-send-email-wei.dai@intel.com> To: test-report@dpdk.org Cc: Wei Dai Message-Id: <20161204063708.415E8FAA6@dpdk.org> Date: Sun, 4 Dec 2016 07:37:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| [PATCH 18/29] net/ixgbe/base: include new speeds in VFLINK interpretation 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: Sun, 04 Dec 2016 06:37:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/17608 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #79: FILE: drivers/net/ixgbe/base/ixgbe_hv_vf.c:2: +/******************************************************************************* + ERROR:TRAILING_WHITESPACE: trailing whitespace #157: FILE: drivers/net/ixgbe/base/ixgbe_hv_vf.c:80: +static s32 ixgbevf_hv_reset_hw_vf(struct ixgbe_hw *hw) $ WARNING:LONG_LINE: line over 90 characters #167: FILE: drivers/net/ixgbe/base/ixgbe_hv_vf.c:90: +static s32 ixgbevf_hv_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vlan, u32 vind) ERROR:TRAILING_WHITESPACE: trailing whitespace #172: FILE: drivers/net/ixgbe/base/ixgbe_hv_vf.c:95: +}^I$ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #325: FILE: drivers/net/ixgbe/base/ixgbe_hv_vf.h:2: +/******************************************************************************* + total: 2 errors, 3 warnings, 0 checks, 339 lines checked