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 90332A0C45 for ; Wed, 1 Sep 2021 16:48:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C4F341152; Wed, 1 Sep 2021 16:48:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 67E9C41152 for ; Wed, 1 Sep 2021 16:48:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5CEE0122E33; Wed, 1 Sep 2021 16:48:24 +0200 (CEST) In-Reply-To: <20210901144729.26784-3-arkadiuszx.kusztal@intel.com> References: <20210901144729.26784-3-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arek Kusztal Message-Id: <20210901144824.5CEE0122E33@dpdk.org> Date: Wed, 1 Sep 2021 16:48:24 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97701 [PATCH 2/4] crypto/qat: isolate implementations of symmetric operations 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/97701 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #207: FILE: drivers/crypto/qat/dev/qat_sym_pmd_gen2.c:28: + if (qat_sym_qp_setup(dev, qp_id, qp_conf, qat_qp_conf, socket_id)) { + return -1; + } total: 0 errors, 1 warnings, 544 lines checked