From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 96A357D06; Wed, 13 Dec 2017 13:08:13 +0100 (CET) In-Reply-To: <1513166759-13466-6-git-send-email-hemant.agrawal@nxp.com> References: <1513166759-13466-6-git-send-email-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20171213120813.96A357D06@dpdk.org> Date: Wed, 13 Dec 2017 13:08:13 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32203 [PATCH 05/18] net/dpaa: set the correct frame size in device MTU 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: Wed, 13 Dec 2017 12:08:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32203 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU' #41: FILE: drivers/net/dpaa/dpaa_ethdev.c:119: + if ((mtu < ETHER_MIN_MTU) || (frame_size > DPAA_MAX_RX_PKT_LEN)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > DPAA_MAX_RX_PKT_LEN' #41: FILE: drivers/net/dpaa/dpaa_ethdev.c:119: + if ((mtu < ETHER_MIN_MTU) || (frame_size > DPAA_MAX_RX_PKT_LEN)) total: 0 errors, 0 warnings, 2 checks, 57 lines checked