From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 89F121B3D2; Mon, 23 Oct 2017 11:46:43 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: =?utf-8?q?N=C3=A9lio_Laranjeiro?= Message-Id: <20171023094643.89F121B3D2@dpdk.org> Date: Mon, 23 Oct 2017 11:46:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30693 [PATCH 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 09:46:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30693 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rss_conf->rss_key_len >= priv->rss_conf.rss_key_len' #68: 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