CHECK: Alignment should match open parenthesis
#289: FILE: translation-table.c:289:
+ list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
+ list) {
CHECK: Alignment should match open parenthesis
#361: FILE: translation-table.c:361:
+ seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
+ tt_common_entry->addr,
total: 0 errors, 0 warnings, 2 checks, 2121 lines checked
NOTE: Ignored message types: COMPLEX_MACRO
translation-table.c has style problems, please review.
If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.