|WARNING| pw138994 [PATCH v19 14/15] log: add support for systemd journal

checkpatch at dpdk.org checkpatch at dpdk.org
Sat Mar 30 04:08:04 CET 2024


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

_coding style issues_


WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#202: FILE: lib/log/log.c:521:
+	else
[...]
 	if (log_syslog_enabled(is_terminal))

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#231: FILE: lib/log/log_journal.c:5:
+#include <stdio.h>

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#295: FILE: lib/log/log_journal.c:69:
+journal_print(FILE *f __rte_unused, uint32_t level,
                    ^

total: 1 errors, 2 warnings, 339 lines checked


More information about the test-report mailing list