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 492C542B8C for ; Wed, 24 May 2023 12:10:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4784C42D4B; Wed, 24 May 2023 12:10:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A76DF406BC for ; Wed, 24 May 2023 12:10:46 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id A2657120927; Wed, 24 May 2023 12:10:46 +0200 (CEST) Subject: |WARNING| pw127314 [PATCH v2 28/32] common/nix: check for null derefernce In-Reply-To: <20230524100407.3796139-28-ndabilpuram@marvell.com> References: <20230524100407.3796139-28-ndabilpuram@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20230524101046.A2657120927@dpdk.org> Date: Wed, 24 May 2023 12:10:46 +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/127314 _coding style issues_ WARNING:TYPO_SPELLING: 'derefernce' may be misspelled - perhaps 'dereference'? #53: Subject: [PATCH v2 28/32] common/nix: check for null derefernce WARNING:SPACING: space prohibited between function name and open parenthesis '(' #135: FILE: drivers/common/cnxk/roc_nix_fc.c:445: + TAILQ_FOREACH (roc_nix_tmp, nix_list, next) { total: 0 errors, 2 warnings, 39 lines checked