|WARNING| pw139010 [PATCH v20 14/14] log: colorize log output
checkpatch at dpdk.org
checkpatch at dpdk.org
Sat Mar 30 17:47:19 CET 2024
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/139010
_coding style issues_
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#266: FILE: lib/log/log.c:522:
else
[...]
+ if (log_color_enabled(is_terminal)) {
WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#298: FILE: lib/log/log_color.c:5:
+#include <stdio.h>
ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#348: FILE: lib/log/log_color.c:55:
+static int color_fprintf(FILE *out, enum color color, const char *fmt, ...)
^
total: 1 errors, 2 warnings, 336 lines checked
More information about the test-report
mailing list