From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 65A43A04B3 for ; Mon, 9 Dec 2019 22:50:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C98F1BE84; Mon, 9 Dec 2019 22:50:17 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id BD3B21BE84; Mon, 9 Dec 2019 22:50:14 +0100 (CET) In-Reply-To: <20191209214656.27347-5-cardigliano@ntop.org> References: <20191209214656.27347-5-cardigliano@ntop.org> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191209215014.BD3B21BE84@dpdk.org> Date: Mon, 9 Dec 2019 22:50:14 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw63681 [PATCH v3 04/17] net/ionic: register and initialize the adapter 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/63681 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #217: FILE: drivers/net/ionic/ionic_dev.c:33: + idev->dev_info = (union ionic_dev_info_regs*) ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #219: FILE: drivers/net/ionic/ionic_dev.c:35: + idev->dev_cmd = (union ionic_dev_cmd_regs*) ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #221: FILE: drivers/net/ionic/ionic_dev.c:37: + idev->intr_status = (struct ionic_intr_status*) ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #223: FILE: drivers/net/ionic/ionic_dev.c:39: + idev->intr_ctrl = (struct ionic_intr*) total: 4 errors, 0 warnings, 0 checks, 934 lines checked