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 C3437A0C4B for ; Mon, 22 Nov 2021 16:43:07 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B197D4014E; Mon, 22 Nov 2021 16:43:07 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id D91ED4003C for ; Mon, 22 Nov 2021 16:43:06 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id B77E9121E6B; Mon, 22 Nov 2021 16:43:06 +0100 (CET) Subject: |WARNING| pw104573 [PATCH v4] gpudev: manage NULL pointer In-Reply-To: <20211122235229.22019-1-eagostini@nvidia.com> References: <20211122235229.22019-1-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211122154306.B77E9121E6B@dpdk.org> Date: Mon, 22 Nov 2021 16:43:06 +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/104573 _coding style issues_ ERROR:SPACING: space prohibited after that open parenthesis '(' #186: FILE: lib/gpudev/gpudev.c:628: + if( ptr == NULL) ERROR:SPACING: space required before the open parenthesis '(' #186: FILE: lib/gpudev/gpudev.c:628: + if( ptr == NULL) total: 2 errors, 0 warnings, 45 lines checked