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 D1341A0679 for ; Mon, 29 Apr 2019 10:22:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 83A8F1B215; Mon, 29 Apr 2019 10:22:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 42F1C1B20B; Mon, 29 Apr 2019 10:22:19 +0200 (CEST) In-Reply-To: <64f16386ccec77553d782d82164b3ffc2e5e3b48.1556525874.git.igor.russkikh@aquantia.com> References: <64f16386ccec77553d782d82164b3ffc2e5e3b48.1556525874.git.igor.russkikh@aquantia.com> To: test-report@dpdk.org Cc: Igor Russkikh Message-Id: <20190429082219.42F1C1B20B@dpdk.org> Date: Mon, 29 Apr 2019 10:22:19 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53137 [PATCH 07/11] net/atlantic: bad logic with offsets talking with firmware 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/53137 _coding style issues_ ERROR:DOS_LINE_ENDINGS: DOS line endings #41: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils.c:335: +^I^Iu32 mbox_offset = (a - self->rpc_addr) / sizeof(u32);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #42: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils.c:336: +^I^Iu32 data_offset = 0;^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #46: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils.c:338: +^I^Ifor (; data_offset < cnt; ++mbox_offset, ++data_offset) {^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #47: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils.c:339: +^I^I^Iaq_hw_write_reg(self, 0x328, p[data_offset]);^M$ ERROR:DOS_LINE_ENDINGS: DOS line endings #50: FILE: drivers/net/atlantic/hw_atl/hw_atl_utils.c:341: +^I^I^I^I(0x80000000 | (0xFFFF & (mbox_offset * 4))));^M$ total: 5 errors, 0 warnings, 0 checks, 17 lines checked