From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 39279F980; Tue, 7 Feb 2017 15:14:10 +0100 (CET) In-Reply-To: <1486476777-24768-12-git-send-email-bruce.richardson@intel.com> References: <1486476777-24768-12-git-send-email-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20170207141410.39279F980@dpdk.org> Date: Tue, 7 Feb 2017 15:14:10 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20229 [PATCH RFCv3 11/19] ring: allow enq fns to return free space value 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, 07 Feb 2017 14:14:10 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20229 _coding style issues_ WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #167: FILE: app/test/test_ring.c:125: + TEST_RING_VERIFY(0 != rte_ring_enqueue_bulk(r, src, rsz, NULL)); total: 0 errors, 1 warnings, 757 lines checked