From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6AFE35F29; Fri, 7 Sep 2018 17:24:56 +0200 (CEST) In-Reply-To: <1536333719-32155-11-git-send-email-igor.russkikh@aquantia.com> References: <1536333719-32155-11-git-send-email-igor.russkikh@aquantia.com> To: test-report@dpdk.org Cc: Igor Russkikh Message-Id: <20180907152456.6AFE35F29@dpdk.org> Date: Fri, 7 Sep 2018 17:24:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw44405 [10/21] net/atlantic: add hw adapter structures and defines 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: Fri, 07 Sep 2018 15:24:56 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/44405 _coding style issues_ WARNING:MEMORY_BARRIER: memory barrier without comment #70: FILE: drivers/net/atlantic/atl_types.h:32: +#define wmb() rte_wmb() ERROR:CODE_INDENT: code indent should use tabs where possible #102: FILE: drivers/net/atlantic/atl_types.h:64: + atl_bus_speed_unknown = 0,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #102: FILE: drivers/net/atlantic/atl_types.h:64: + atl_bus_speed_unknown = 0,$ ERROR:CODE_INDENT: code indent should use tabs where possible #103: FILE: drivers/net/atlantic/atl_types.h:65: + atl_bus_speed_2500,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #103: FILE: drivers/net/atlantic/atl_types.h:65: + atl_bus_speed_2500,$ ERROR:CODE_INDENT: code indent should use tabs where possible #104: FILE: drivers/net/atlantic/atl_types.h:66: + atl_bus_speed_5000,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #104: FILE: drivers/net/atlantic/atl_types.h:66: + atl_bus_speed_5000,$ ERROR:CODE_INDENT: code indent should use tabs where possible #105: FILE: drivers/net/atlantic/atl_types.h:67: + atl_bus_speed_reserved$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #105: FILE: drivers/net/atlantic/atl_types.h:67: + atl_bus_speed_reserved$ ERROR:CODE_INDENT: code indent should use tabs where possible #109: FILE: drivers/net/atlantic/atl_types.h:71: + atl_bus_width_unknown = 0,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #109: FILE: drivers/net/atlantic/atl_types.h:71: + atl_bus_width_unknown = 0,$ ERROR:CODE_INDENT: code indent should use tabs where possible #110: FILE: drivers/net/atlantic/atl_types.h:72: + atl_bus_width_pcie_x1,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #110: FILE: drivers/net/atlantic/atl_types.h:72: + atl_bus_width_pcie_x1,$ ERROR:CODE_INDENT: code indent should use tabs where possible #111: FILE: drivers/net/atlantic/atl_types.h:73: + atl_bus_width_pcie_x2,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #111: FILE: drivers/net/atlantic/atl_types.h:73: + atl_bus_width_pcie_x2,$ ERROR:CODE_INDENT: code indent should use tabs where possible #112: FILE: drivers/net/atlantic/atl_types.h:74: + atl_bus_width_pcie_x4 = 4,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #112: FILE: drivers/net/atlantic/atl_types.h:74: + atl_bus_width_pcie_x4 = 4,$ ERROR:CODE_INDENT: code indent should use tabs where possible #113: FILE: drivers/net/atlantic/atl_types.h:75: + atl_bus_width_pcie_x8 = 8,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #113: FILE: drivers/net/atlantic/atl_types.h:75: + atl_bus_width_pcie_x8 = 8,$ ERROR:CODE_INDENT: code indent should use tabs where possible #114: FILE: drivers/net/atlantic/atl_types.h:76: + atl_bus_width_reserved$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #114: FILE: drivers/net/atlantic/atl_types.h:76: + atl_bus_width_reserved$ ERROR:CODE_INDENT: code indent should use tabs where possible #118: FILE: drivers/net/atlantic/atl_types.h:80: + enum atl_bus_speed speed;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #118: FILE: drivers/net/atlantic/atl_types.h:80: + enum atl_bus_speed speed;$ ERROR:CODE_INDENT: code indent should use tabs where possible #119: FILE: drivers/net/atlantic/atl_types.h:81: + enum atl_bus_width width;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #119: FILE: drivers/net/atlantic/atl_types.h:81: + enum atl_bus_width width;$ ERROR:CODE_INDENT: code indent should use tabs where possible #121: FILE: drivers/net/atlantic/atl_types.h:83: + u16 func;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #121: FILE: drivers/net/atlantic/atl_types.h:83: + u16 func;$ ERROR:CODE_INDENT: code indent should use tabs where possible #122: FILE: drivers/net/atlantic/atl_types.h:84: + u16 pci_cmd_word;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #122: FILE: drivers/net/atlantic/atl_types.h:84: + u16 pci_cmd_word;$ CHECK:SPACING: spaces preferred around that '/' (ctx:VxV) #129: FILE: drivers/net/atlantic/atl_types.h:91: + u32 hash_secret_key[HW_ATL_B0_RSS_HASHKEY_BITS/8]; ^ total: 14 errors, 15 warnings, 1 checks, 234 lines checked