From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 494261B750; Thu, 5 Jul 2018 17:50:27 +0200 (CEST) In-Reply-To: <20180705154754.147420-15-jasvinder.singh@intel.com> References: <20180705154754.147420-15-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180705155027.494261B750@dpdk.org> Date: Thu, 5 Jul 2018 17:50:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw42379 [v4, 14/23] net/softnic: add cli to create softnic objects 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: Thu, 05 Jul 2018 15:50:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/42379 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #208: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:213: + * [filter match | mismatch offset mask key port ] CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'n_tokens != 7' #1106: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:1111: + if ((n_tokens != 7) && (n_tokens != 11)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'n_tokens != 11' #1106: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:1111: + if ((n_tokens != 7) && (n_tokens != 11)) { total: 0 errors, 1 warnings, 2 checks, 1950 lines checked