|WARNING| pw139994 [PATCH] eal/unix: support ZSTD compression for firmwares
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed May 8 11:53:59 CEST 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/139994
_coding style issues_
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#90: FILE: lib/eal/unix/eal_firmware.c:22:
+extern int archive_read_support_filter_xz(struct archive *a);
WARNING:AVOID_EXTERNS: externs should be avoided in .c files
#91: FILE: lib/eal/unix/eal_firmware.c:23:
+extern int archive_read_support_filter_zstd(struct archive *a);
total: 0 errors, 2 warnings, 71 lines checked
More information about the test-report
mailing list