From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id BBE00A0093 for ; Mon, 7 Nov 2022 08:40:01 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B973642686; Mon, 7 Nov 2022 08:40:01 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 64E3742686 for ; Mon, 7 Nov 2022 08:40:00 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 4C218121ED8; Mon, 7 Nov 2022 08:40:00 +0100 (CET) Subject: |WARNING| pw119511 [PATCH v2] vdpa/ifc: fix update_datapath error handling In-Reply-To: <20221107053411.98653-1-kim.tae.kyung@navercorp.com> References: <20221107053411.98653-1-kim.tae.kyung@navercorp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Taekyung Kim Message-Id: <20221107074000.4C218121ED8@dpdk.org> Date: Mon, 7 Nov 2022 08:40:00 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/119511 _coding style issues_ WARNING:LONG_LINE: line length of 105 exceeds 100 columns #104: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1154: + DRV_LOG(ERR, "failed to update datapath for vDPA device %s", vdev->device->name); WARNING:BRACES: braces {} are not necessary for single statement blocks #132: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:1799: + if (update_datapath(internal) < 0) { + DRV_LOG(ERR, "failed to update datapath %s", pci_dev->name); + } total: 0 errors, 2 warnings, 49 lines checked Warning in drivers/vdpa/ifc/ifcvf_vdpa.c: Using rte_atomicNN_xxx