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 59EB4A00E6 for ; Wed, 17 Apr 2019 12:10:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 51EE531FC; Wed, 17 Apr 2019 12:10:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 92CE11B5F9; Wed, 17 Apr 2019 12:10:05 +0200 (CEST) In-Reply-To: <20190417095922.5394-1-akhil.goyal@nxp.com> References: <20190417095922.5394-1-akhil.goyal@nxp.com> To: test-report@dpdk.org Cc: Akhil Goyal Message-Id: <20190417101005.92CE11B5F9@dpdk.org> Date: Wed, 17 Apr 2019 12:10:05 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52858 [PATCH] drivers/crypto: fix session destroy for dpaa and dpaa2 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/52858 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #39: FILE: drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c:2839: +^I^Imemset(s, 0, sizeof(dpaa2_sec_session));^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #52: FILE: drivers/crypto/dpaa_sec/dpaa_sec.c:2456: +^I^Imemset(s, 0, sizeof(dpaa_sec_session));^M$ total: 2 errors, 0 warnings, 16 lines checked