From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 30A03A48E; Mon, 21 May 2018 03:06:24 +0200 (CEST) In-Reply-To: <1526864766-58835-1-git-send-email-ych@panath.cn> References: <1526864766-58835-1-git-send-email-ych@panath.cn> To: test-report@dpdk.org Cc: chuhong yao Message-Id: <20180521010624.30A03A48E@dpdk.org> Date: Mon, 21 May 2018 03:06:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40239 [PATCH] net liquidio fix Unable to update lio_dev->linfo.link var 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, 21 May 2018 01:06:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40239 _coding style issues_ ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #23: FILE: drivers/net/liquidio/lio_ethdev.c ERROR:TRAILING_WHITESPACE: trailing whitespace #32: FILE: drivers/net/liquidio/lio_ethdev.c:1409: + * Otherwise, when eth_dev->data->mtu != mtu, the link state information cannot be obtained, $ WARNING:LONG_LINE_COMMENT: line over 90 characters #32: FILE: drivers/net/liquidio/lio_ethdev.c:1409: + * Otherwise, when eth_dev->data->mtu != mtu, the link state information cannot be obtained, WARNING:LEADING_SPACE: please, no spaces at the start of a line #35: FILE: drivers/net/liquidio/lio_ethdev.c:1412: + lio_dev->linfo.link.link_status64 = 0;$ ERROR:TRAILING_WHITESPACE: trailing whitespace #36: FILE: drivers/net/liquidio/lio_ethdev.c:1413: + $ WARNING:LEADING_SPACE: please, no spaces at the start of a line #36: FILE: drivers/net/liquidio/lio_ethdev.c:1413: + $ total: 3 errors, 3 warnings, 0 checks, 12 lines checked