From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C73CB199B5; Thu, 7 Sep 2017 14:22:02 +0200 (CEST) In-Reply-To: <20170907122033.17983-2-olivier.matz@6wind.com> References: <20170907122033.17983-2-olivier.matz@6wind.com> To: test-report@dpdk.org Cc: Olivier Matz Message-Id: <20170907122202.C73CB199B5@dpdk.org> Date: Thu, 7 Sep 2017 14:22:02 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw28455 [PATCH 2/2] test/ring: do not mask result of enqueue or dequeue 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: Thu, 07 Sep 2017 12:22:02 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28455 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #82: FILE: test/test/test_ring.c:426: + if (ret != MAX_BULK) { goto fail; } total: 0 errors, 1 warnings, 213 lines checked