From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 1C793F922; Wed, 11 Jan 2017 21:03:52 +0100 (CET) In-Reply-To: <20170111200323.12938-3-bmcfall@redhat.com> References: <20170111200323.12938-3-bmcfall@redhat.com> To: test-report@dpdk.org Cc: Billy McFall Message-Id: <20170111200352.1C793F922@dpdk.org> Date: Wed, 11 Jan 2017 21:03:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw19154 [PATCH v2 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: Wed, 11 Jan 2017 20:03:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/19154 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #103: FILE: drivers/net/e1000/igb_rxtx.c:1241: + if (txq != NULL) { [...] + } else [...] total: 0 errors, 0 warnings, 1 checks, 147 lines checked