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 DF12042C5A for ; Thu, 8 Jun 2023 09:47:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB94F40042; Thu, 8 Jun 2023 09:47:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D12340042 for ; Thu, 8 Jun 2023 09:47:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2EEF512077C; Thu, 8 Jun 2023 09:47:00 +0200 (CEST) Subject: |WARNING| pw128387 [PATCH] cryptodev: avoid algorithm strings null pointers In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "xixin.liu" Message-Id: <20230608074700.2EEF512077C@dpdk.org> Date: Thu, 8 Jun 2023 09:47:00 +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/128387 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #159: FILE: lib/cryptodev/rte_cryptodev.c:415: + if (crypto_asym_xform_strings[i] = NULL) ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 0 warnings, 32 lines checked