From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7D5712C13; Wed, 5 Jul 2017 08:43:30 +0200 (CEST) In-Reply-To: <2401045.WxT4X4uUB4@xps> References: <2401045.WxT4X4uUB4@xps> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20170705064330.7D5712C13@dpdk.org> Date: Wed, 5 Jul 2017 08:43:30 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26478 [PATCH v5 10/12] net/failsafe: support device removal 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, 05 Jul 2017 06:43:30 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26478 _coding style issues_ ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #16: --- a/drivers/net/failsafe/failsafe_ether.c ERROR:CODE_INDENT: code indent should use tabs where possible #23: FILE: drivers/net/failsafe/failsafe_ether.c:402: + void *cb_arg, void *ret __rte_unused)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #23: FILE: drivers/net/failsafe/failsafe_ether.c:402: + void *cb_arg, void *ret __rte_unused)$ ERROR:CODE_INDENT: code indent should use tabs where possible #34: FILE: drivers/net/failsafe/failsafe_private.h:185: + void *arg, void *ret);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #34: FILE: drivers/net/failsafe/failsafe_private.h:185: + void *arg, void *ret);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 4 errors, 2 warnings, 0 checks, 15 lines checked