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 D69D8A04A6 for ; Thu, 27 Jan 2022 15:52:36 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2F6C427FA; Thu, 27 Jan 2022 15:52:36 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E19EB427FA for ; Thu, 27 Jan 2022 15:52:35 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BE177120715; Thu, 27 Jan 2022 15:52:35 +0100 (CET) Subject: |WARNING| pw106612 [PATCH 5/5] examples/fips_validation: add json to gcm test In-Reply-To: <20220127145142.86742-6-blo@iol.unh.edu> References: <20220127145142.86742-6-blo@iol.unh.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Brandon Lo Message-Id: <20220127145235.BE177120715@dpdk.org> Date: Thu, 27 Jan 2022 15:52:35 +0100 (CET) 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/106612 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #115: FILE: examples/fips_validation/fips_validation_gcm.c:56: +#define DIR_JSON_STR ^I"direction"$ WARNING:LONG_LINE: line length of 103 exceeds 100 columns #247: FILE: examples/fips_validation/fips_validation_gcm.c:325: + json_t *ivGen_obj = json_object_get(json_info.json_test_group, IVGEN_JSON_STR); WARNING:BRACES: braces {} are not necessary for single statement blocks #253: FILE: examples/fips_validation/fips_validation_gcm.c:331: + if (strcmp(ivGen_str, OP_ENC_INT_JSON_STR) == 0) { + info.interim_info.gcm_data.gen_iv = 1; + } total: 0 errors, 3 warnings, 179 lines checked