From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id A970E47CD; Sun, 19 Mar 2017 11:02:19 +0100 (CET) In-Reply-To: <20170315180226.5999-3-bmcfall@redhat.com> References: <20170315180226.5999-3-bmcfall@redhat.com> To: test-report@dpdk.org Cc: Billy McFall Message-Id: <20170319100219.A970E47CD@dpdk.org> Date: Sun, 19 Mar 2017 11:02:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw21811 [PATCH v7 2/3] net/e1000: e1000 igb support to free consumed buffers 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: Sun, 19 Mar 2017 10:02:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/21811 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #90: FILE: drivers/net/e1000/igb_rxtx.c:1297: + if (txq != NULL) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #148: FILE: drivers/net/e1000/igb_rxtx.c:1355: + } else CHECK:BRACES: Unbalanced braces around else statement #193: FILE: drivers/net/e1000/igb_rxtx.c:1400: + } else total: 0 errors, 0 warnings, 3 checks, 154 lines checked