|WARNING| pw106612 [PATCH 5/5] examples/fips_validation: add json to gcm test

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jan 27 15:52:35 CET 2022


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


More information about the test-report mailing list