From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C1E831B1F2; Fri, 20 Oct 2017 10:36:41 +0200 (CEST) In-Reply-To: <1508488012-82704-6-git-send-email-jingjing.wu@intel.com> References: <1508488012-82704-6-git-send-email-jingjing.wu@intel.com> To: test-report@dpdk.org Cc: Jingjing Wu Message-Id: <20171020083641.C1E831B1F2@dpdk.org> Date: Fri, 20 Oct 2017 10:36:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30628 [PATCH RFC 5/9] net/avf: enable link status update 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, 20 Oct 2017 08:36:42 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30628 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #82: FILE: drivers/net/avf/avf_ethdev.c:471: +^Inew_link.link_autoneg = !!(dev->data->dev_conf.link_speeds & $ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev->data->dev_link #85: FILE: drivers/net/avf/avf_ethdev.c:474: + rte_atomic64_cmpset((uint64_t *)&(dev->data->dev_link), CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around dev->data->dev_link #86: FILE: drivers/net/avf/avf_ethdev.c:475: + *(uint64_t *)&(dev->data->dev_link), total: 1 errors, 0 warnings, 2 checks, 115 lines checked