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 BC3FFA04FF for ; Fri, 29 Apr 2022 18:53:46 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B6C63415D7; Fri, 29 Apr 2022 18:53:46 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B3F9C410E3 for ; Fri, 29 Apr 2022 18:53:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A8D301242B9; Fri, 29 Apr 2022 18:53:44 +0200 (CEST) Subject: |WARNING| pw110529 [PATCH] gpu: add support for rtx 6000 variant In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cliff Burdick Message-Id: <20220429165344.A8D301242B9@dpdk.org> Date: Fri, 29 Apr 2022 18:53:44 +0200 (CEST) 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/110529 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #124: FILE: drivers/gpu/cuda/cuda.c:200: + NVIDIA_GPU_QUADRO_RTX_6000_1)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #124: FILE: drivers/gpu/cuda/cuda.c:200: + NVIDIA_GPU_QUADRO_RTX_6000_1)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #126: FILE: drivers/gpu/cuda/cuda.c:202: + {$ ERROR:CODE_INDENT: code indent should use tabs where possible #127: FILE: drivers/gpu/cuda/cuda.c:203: + RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #127: FILE: drivers/gpu/cuda/cuda.c:203: + RTE_PCI_DEVICE(NVIDIA_GPU_VENDOR_ID,$ ERROR:CODE_INDENT: code indent should use tabs where possible #128: FILE: drivers/gpu/cuda/cuda.c:204: + NVIDIA_GPU_QUADRO_RTX_6000_2)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #128: FILE: drivers/gpu/cuda/cuda.c:204: + NVIDIA_GPU_QUADRO_RTX_6000_2)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #129: FILE: drivers/gpu/cuda/cuda.c:205: + },$ ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?) #138: FILE: drivers/gpu/cuda/devices.h:51: #define NVIDIA_GPU_GV100_QUADRO_DEVICE_ID (0x1dba) ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Cliff Burdick ' total: 5 errors, 5 warnings, 22 lines checked