From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 763BA1B614; Mon, 23 Oct 2017 13:18:47 +0200 (CEST) In-Reply-To: <120a5c8345cac22559f0bc95f9f256dae4664b4b.1508757360.git.nelio.laranjeiro@6wind.com> References: <120a5c8345cac22559f0bc95f9f256dae4664b4b.1508757360.git.nelio.laranjeiro@6wind.com> To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171023111847.763BA1B614@dpdk.org> Date: Mon, 23 Oct 2017 13:18:47 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30707 [PATCH v3 3/3] net/mlx5: fix RSS hash 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: Mon, 23 Oct 2017 11:18:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30707 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss_conf->rss_key_len >= priv->rss_conf.rss_key_len' #69: FILE: drivers/net/mlx5/mlx5_rss.c:112: + if (rss_conf->rss_key && + (rss_conf->rss_key_len >= priv->rss_conf.rss_key_len)) { total: 0 errors, 0 warnings, 1 checks, 47 lines checked