From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 814595A6A; Mon, 1 May 2017 23:35:30 +0200 (CEST) In-Reply-To: <29874180.MbnUNaIQCm@xps> References: <29874180.MbnUNaIQCm@xps> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20170501213530.814595A6A@dpdk.org> Date: Mon, 1 May 2017 23:35:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24032 [PATCH v1 0/6] Extended xstats API in ethdev library to allow grouping of stats 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: Mon, 01 May 2017 21:35:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24032 _coding style issues_ ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #49: --- a/drivers/net/e1000/igb_ethdev.c WARNING:LEADING_SPACE: please, no spaces at the start of a line #56: FILE: drivers/net/e1000/igb_ethdev.c:398: + .xstats_get_by_id = eth_igb_xstats_get_by_id,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #68: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:535: + .xstats_get_by_id = ixgbe_dev_xstats_get_by_id,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #80: FILE: lib/librte_ether/rte_ethdev.c:191: + unsigned i;$ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #80: FILE: lib/librte_ether/rte_ethdev.c:191: + unsigned i; ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 4 warnings, 31 lines checked