From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1BE7D7CB6; Tue, 23 May 2017 09:22:27 +0200 (CEST) In-Reply-To: <1495523581-56027-3-git-send-email-wei.zhao1@intel.com> References: <1495523581-56027-3-git-send-email-wei.zhao1@intel.com> To: test-report@dpdk.org Cc: zhao wei Message-Id: <20170523072227.1BE7D7CB6@dpdk.org> Date: Tue, 23 May 2017 09:22:27 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24459 [PATCH 02/11] net/e1000: restore n-tuple filter 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: Tue, 23 May 2017 07:22:27 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24459 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #137: FILE: drivers/net/e1000/igb_ethdev.c:3778: + if (filter->filter_info.tcp_flags & TCP_FLAG_ALL) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #150: FILE: drivers/net/e1000/igb_ethdev.c:3791: + } else CHECK:BRACES: braces {} should be used on all arms of this statement #256: FILE: drivers/net/e1000/igb_ethdev.c:4263: + if (filter->filter_info.tcp_flags & TCP_FLAG_ALL) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #269: FILE: drivers/net/e1000/igb_ethdev.c:4276: + } else CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #364: FILE: drivers/net/e1000/igb_ethdev.c:5485: + +} total: 0 errors, 0 warnings, 5 checks, 339 lines checked