From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 73926A0096 for ; Fri, 12 Apr 2019 09:05:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A62E568A; Fri, 12 Apr 2019 09:05:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EC4D2559A; Fri, 12 Apr 2019 09:05:24 +0200 (CEST) In-Reply-To: <1555075598-4988-14-git-send-email-g.singh@nxp.com> References: <1555075598-4988-14-git-send-email-g.singh@nxp.com> To: test-report@dpdk.org Cc: Gagandeep Singh Message-Id: <20190412070524.EC4D2559A@dpdk.org> Date: Fri, 12 Apr 2019 09:05:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52678 [PATCH v2 13/13] net/enetc: fix crash at high speed traffic 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/52678 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #39: FILE: drivers/net/enetc/enetc_rxtx.c:52: +^Iint i, start, bds_to_use;^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #44: FILE: drivers/net/enetc/enetc_rxtx.c:57: +^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #45: FILE: drivers/net/enetc/enetc_rxtx.c:58: +^Ibds_to_use = enetc_bd_unused(tx_ring);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #46: FILE: drivers/net/enetc/enetc_rxtx.c:59: +^Iif (bds_to_use < nb_pkts)^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #47: FILE: drivers/net/enetc/enetc_rxtx.c:60: +^I^Inb_pkts = bds_to_use;^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #48: FILE: drivers/net/enetc/enetc_rxtx.c:61: +^M$ total: 6 errors, 0 warnings, 0 checks, 17 lines checked