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

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Jan 29 18:04:17 CET 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/106711

_coding style issues_


WARNING:SPACE_BEFORE_TAB: please, no space before tabs
#118: 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
#250: 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
#256: 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