Re: list iterator spacing: clang-format vs checkpatch

2018-10-08 Thread Jason A. Donenfeld
Thanks for the clarification Joe. I'll adjust my codebase to roll with checkpatch's conventions.

Re: list iterator spacing: clang-format vs checkpatch

2018-10-08 Thread Miguel Ojeda
On Mon, Oct 8, 2018 at 5:40 PM Joe Perches wrote: > > On Mon, 2018-10-08 at 09:31 +0200, Miguel Ojeda wrote: > > On Mon, Oct 8, 2018 at 4:01 AM Jason A. Donenfeld wrote: > > > The shiny new .clang-format file lists a number of nice iterators in > > > the ForEachMacros category, the consequence be

Re: list iterator spacing: clang-format vs checkpatch

2018-10-08 Thread Joe Perches
On Mon, 2018-10-08 at 09:31 +0200, Miguel Ojeda wrote: > On Mon, Oct 8, 2018 at 4:01 AM Jason A. Donenfeld wrote: > > The shiny new .clang-format file lists a number of nice iterators in > > the ForEachMacros category, the consequence being that there is a > > space between the iterator name and t

Re: list iterator spacing: clang-format vs checkpatch

2018-10-08 Thread Miguel Ojeda
Hi Jason, On Mon, Oct 8, 2018 at 4:01 AM Jason A. Donenfeld wrote: > > Hi Joe, Miguel, others, > > The shiny new .clang-format file lists a number of nice iterators in > the ForEachMacros category, the consequence being that there is a > space between the iterator name and the opening parenthesis