From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 45895FA3A; Tue, 7 Feb 2017 15:14:16 +0100 (CET) In-Reply-To: <1486476777-24768-14-git-send-email-bruce.richardson@intel.com> References: <1486476777-24768-14-git-send-email-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20170207141416.45895FA3A@dpdk.org> Date: Tue, 7 Feb 2017 15:14:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw20231 [PATCH RFCv3 13/19] ring: allow dequeue fns to return remaining entry count 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:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/20231 _coding style issues_ WARNING:SPACING: space prohibited before semicolon #262: FILE: app/test/test_ring.c:395: + ret = rte_ring_sc_dequeue_burst(r, cur_dst, 1, NULL) ; ERROR:CODE_INDENT: code indent should use tabs where possible #701: FILE: examples/quota_watermark/qw/main.c:246: + nb_dq_pkts = rte_ring_dequeue_burst(rx, pkts, *quota, NULL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #701: FILE: examples/quota_watermark/qw/main.c:246: + nb_dq_pkts = rte_ring_dequeue_burst(rx, pkts, *quota, NULL);$ ERROR:CODE_INDENT: code indent should use tabs where possible #710: FILE: examples/quota_watermark/qw/main.c:300: + nb_dq_pkts = (uint16_t) rte_ring_dequeue_burst(tx, (void *) tx_pkts,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #710: FILE: examples/quota_watermark/qw/main.c:300: + nb_dq_pkts = (uint16_t) rte_ring_dequeue_burst(tx, (void *) tx_pkts,$ ERROR:CODE_INDENT: code indent should use tabs where possible #711: FILE: examples/quota_watermark/qw/main.c:301: + ^I^I *quota, NULL);$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #711: FILE: examples/quota_watermark/qw/main.c:301: + ^I^I *quota, NULL);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #711: FILE: examples/quota_watermark/qw/main.c:301: + ^I^I *quota, NULL);$ total: 3 errors, 5 warnings, 767 lines checked