From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7140D2C48; Wed, 5 Jul 2017 08:45:11 +0200 (CEST) In-Reply-To: <2593529.NLIRXTxzvs@xps> References: <2593529.NLIRXTxzvs@xps> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20170705064511.7140D2C48@dpdk.org> Date: Wed, 5 Jul 2017 08:45:11 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26479 [PATCH v5 11/12] net/failsafe: support link status change event 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:45:11 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26479 _coding style issues_ ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work #17: --- a/drivers/net/failsafe/failsafe_private.h ERROR:CODE_INDENT: code indent should use tabs where possible #31: FILE: drivers/net/failsafe/failsafe_ether.c:420: + void *cb_arg, void *ret __rte_unused)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #31: FILE: drivers/net/failsafe/failsafe_ether.c:420: + void *cb_arg, void *ret __rte_unused)$ ERROR:CODE_INDENT: code indent should use tabs where possible #40: FILE: drivers/net/failsafe/failsafe_ether.c:429: + NULL, NULL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #40: FILE: drivers/net/failsafe/failsafe_ether.c:429: + NULL, NULL);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 4 errors, 2 warnings, 0 checks, 14 lines checked