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 941BEA0503 for ; Thu, 19 May 2022 08:10:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A99B40156; Thu, 19 May 2022 08:10:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3680240140 for ; Thu, 19 May 2022 08:10:21 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 264D0120945; Thu, 19 May 2022 08:10:21 +0200 (CEST) Subject: |WARNING| pw111342 [PATCH v2] examples/fips_validation: add parsing for aes_cbc In-Reply-To: <20220519060915.3624996-1-gmuthukrishn@marvell.com> References: <20220519060915.3624996-1-gmuthukrishn@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gowrishankar Muthukrishnan Message-Id: <20220519061021.264D0120945@dpdk.org> Date: Thu, 19 May 2022 08:10:21 +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/111342 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #161: FILE: examples/fips_validation/fips_validation_aes.c:29: +#define ALGO_JSON_STR ^I^I"algorithm"$ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #164: FILE: examples/fips_validation/fips_validation_aes.c:32: +#define KEYLEN_JSON_STR ^I"keyLen"$ total: 0 errors, 2 warnings, 431 lines checked