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 3D5E9A0350 for ; Mon, 21 Feb 2022 17:07:29 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 35EA9410F3; Mon, 21 Feb 2022 17:07:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 32DFF410F2 for ; Mon, 21 Feb 2022 17:07:27 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 10FF112336A; Mon, 21 Feb 2022 17:07:27 +0100 (CET) Subject: |WARNING| pw107902 [PATCH v1] gpudev: use CPU map functionality in comm list In-Reply-To: <20220222001703.20604-1-eagostini@nvidia.com> References: <20220222001703.20604-1-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20220221160727.10FF112336A@dpdk.org> Date: Mon, 21 Feb 2022 17:07:27 +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/107902 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #197: FILE: lib/gpudev/gpudev.c:856: + * the latency when GPU workload is polling this flag. + */ ERROR:TRAILING_WHITESPACE: trailing whitespace #241: FILE: lib/gpudev/gpudev.c:906: +^I^I$ ERROR:SPACING: space required before the open parenthesis '(' #268: FILE: lib/gpudev/gpudev.c:965: + if(ret == 0) { total: 2 errors, 1 warnings, 280 lines checked