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 E0DEBA0C4B for ; Mon, 8 Nov 2021 22:40:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8FE7410FB; Mon, 8 Nov 2021 22:40:22 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id F2A0F40DF7 for ; Mon, 8 Nov 2021 22:40:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id D4417123056; Mon, 8 Nov 2021 22:40:21 +0100 (CET) In-Reply-To: <20211109055041.942-2-eagostini@nvidia.com> References: <20211109055041.942-2-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211108214021.D4417123056@dpdk.org> Date: Mon, 8 Nov 2021 22:40:21 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw104022 [PATCH v4 1/1] gpu/cuda: introduce CUDA driver 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/104022 _coding style issues_ WARNING:LONG_LINE: line length of 103 exceeds 100 columns #727: FILE: drivers/gpu/cuda/cuda.c:457: + if ((uintptr_t) mem_alloc_list_tail->ptr_d != (uintptr_t) mem_alloc_list_tail->ptr_h) { WARNING:LONG_LINE: line length of 105 exceeds 100 columns #1040: FILE: drivers/gpu/cuda/cuda.c:770: + rte_gpu_cuda_log_debug("dev id = %u name = %s ", dev->mpshared->info.dev_id, private->gpu_name); total: 0 errors, 2 warnings, 955 lines checked