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 293A6A0547 for ; Mon, 24 May 2021 10:58:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2589541109; Mon, 24 May 2021 10:58:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 05A554003E for ; Mon, 24 May 2021 10:58:56 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EC35C122E1E; Mon, 24 May 2021 10:58:55 +0200 (CEST) In-Reply-To: <20210524085812.15916-1-thierry.herbelot@6wind.com> References: <20210524085812.15916-1-thierry.herbelot@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thierry Herbelot Message-Id: <20210524085855.EC35C122E1E@dpdk.org> Date: Mon, 24 May 2021 10:58:55 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93385 [PATCH] vhost/vhost_crypto: do not use possibly NULL Pointers 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/93385 _coding style issues_ WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used #78: FILE: lib/vhost/vhost_crypto.c:1348: + used_idx = vc_req->desc_idx, desc_idx; total: 0 errors, 1 warnings, 17 lines checked