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 95290A0032 for ; Tue, 16 Nov 2021 15:41:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91664411B8; Tue, 16 Nov 2021 15:41:20 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A289E411AE for ; Tue, 16 Nov 2021 15:41:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8C405120735; Tue, 16 Nov 2021 15:41:19 +0100 (CET) Subject: |WARNING| pw104408 [PATCH v7 1/1] gpu/cuda: introduce CUDA driver In-Reply-To: <20211116225018.27411-2-eagostini@nvidia.com> References: <20211116225018.27411-2-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211116144119.8C405120735@dpdk.org> Date: Tue, 16 Nov 2021 15:41:19 +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/104408 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #162: FILE: doc/guides/gpus/cuda.rst:18: +- Install `CUDA Toolkit `_ $ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #348: FILE: drivers/gpu/cuda/cuda.c:24: +CUresult CUDAAPI (*sym_cuInit)(unsigned int flags) = NULL; WARNING:SPACING: space prohibited between function name and open parenthesis '(' #349: FILE: drivers/gpu/cuda/cuda.c:25: +CUresult CUDAAPI (*sym_cuDriverGetVersion)(int *driverVersion) = NULL; WARNING:SPACING: space prohibited between function name and open parenthesis '(' #350: FILE: drivers/gpu/cuda/cuda.c:26: +CUresult CUDAAPI (*sym_cuGetProcAddress)(const char *symbol, WARNING:LONG_LINE: line length of 103 exceeds 100 columns #1033: FILE: drivers/gpu/cuda/cuda.c:709: + if ((uintptr_t) mem_alloc_list_tail->ptr_d != (uintptr_t) mem_alloc_list_tail->ptr_h) { total: 1 errors, 4 warnings, 1340 lines checked