From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id AF2151CFD8; Fri, 6 Apr 2018 20:53:53 +0200 (CEST) In-Reply-To: <1523040732-3290-6-git-send-email-fiona.trahe@intel.com> References: <1523040732-3290-6-git-send-email-fiona.trahe@intel.com> To: test-report@dpdk.org Cc: Fiona Trahe Message-Id: <20180406185353.AF2151CFD8@dpdk.org> Date: Fri, 6 Apr 2018 20:53:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw37462 [PATCH 05/30] crypto/qat: add symmetric session file X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 18:53:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/37462 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #952: FILE: drivers/crypto/qat/qat_sym_session.c:65: +static int +qat_is_cipher_alg_supported(enum rte_crypto_cipher_algorithm algo, + struct qat_pmd_private *internals) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #972: FILE: drivers/crypto/qat/qat_sym_session.c:85: +static int +qat_is_auth_alg_supported(enum rte_crypto_auth_algorithm algo, + struct qat_pmd_private *internals) { total: 2 errors, 0 warnings, 1698 lines checked