On Tue, 2017-02-07 at 20:56 +0100, SF Markus Elfring wrote: > diff --git a/drivers/hid/hid-debug.c b/drivers/hid/hid-debug.c [] > @@ -614,19 +614,18 @@ void hid_dump_field(struct hid_field *field, int n, struct seq_file *f) { > tab(n, f); seq_printf(f, "Report Size(%u)\n", field->report_size); > tab(n, f); seq_printf(f, "Report Count(%u)\n", field->report_count); > tab(n, f); seq_printf(f, "Report Offset(%u)\n", field->report_offset); > - > - tab(n, f); seq_printf(f, "Flags( "); > + tab(n, f); Consider converting tab(n, f) to seq_indent(f, n) making seq_indent a global function or maybe using a new name like seq_spaces, and converting the existing uses in net/ipv4/fib_trie.c appropriately. -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html