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 56090A0679 for ; Mon, 29 Apr 2019 10:22:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BBBB11B275; Mon, 29 Apr 2019 10:22:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id ECEB11B20B; Mon, 29 Apr 2019 10:22:21 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Igor Russkikh Message-Id: <20190429082221.ECEB11B20B@dpdk.org> Date: Mon, 29 Apr 2019 10:22:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53139 [PATCH 09/11] net/atlantic: use capability bits to detect eeprom access 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/53139 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #49: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:515: +^Iif ((self->caps_lo & BIT(CAPS_LO_SMBUS_READ)) == 0)^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #58: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c:593: +^Iif ((self->caps_lo & BIT(CAPS_LO_SMBUS_WRITE)) == 0)^M$ total: 2 errors, 0 warnings, 0 checks, 23 lines checked