CHECK: Alignment should match open parenthesis
#264: FILE: translation-table.c:264:
+ list_for_each_entry_safe(entry, safe, &bat_priv->tt_changes_list,
+ list) {
CHECK: Alignment should match open parenthesis
#336: FILE: translation-table.c:336:
+ seq_printf(seq, " * %pM [%c%c%c%c%c]\n",
+ tt_common_entry->addr,
CHECK: Alignment should match open parenthesis
#707: FILE: translation-table.c:707:
+ hlist_for_each_entry_safe(tt_common_entry, node, safe,
+ head, hash_entry) {
total: 0 errors, 0 warnings, 3 checks, 1891 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.