From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17CEFA00E6 for ; Tue, 9 Jul 2019 08:51:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0581A3237; Tue, 9 Jul 2019 08:51:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 987D8493D; Tue, 9 Jul 2019 08:51:10 +0200 (CEST) In-Reply-To: <1562654606-175783-1-git-send-email-andy.pei@intel.com> References: <1562654606-175783-1-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org Cc: Andy Pei Message-Id: <20190709065110.987D8493D@dpdk.org> Date: Tue, 9 Jul 2019 08:51:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw56258 [PATCH v5] net/i40e: i40e get link status update from ipn3ke 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/56258 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #96: FILE: drivers/net/i40e/i40e_ethdev.c:1271: + if (RTE_ETH_NAME_MAX_LEN > strlen(value)) { WARNING:RETURN_VOID: void function return statements are not generally useful #199: FILE: drivers/net/i40e/i40e_ethdev.c:1374: + return; +} WARNING:RETURN_VOID: void function return statements are not generally useful #206: FILE: drivers/net/i40e/i40e_ethdev.c:1381: + return; +} total: 0 errors, 3 warnings, 0 checks, 243 lines checked