[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHmME9ofzanQTBD_WYBRW49d+gM77rCdh8Utdk4+PM9n_bmKwA@mail.gmail.com>
Date: Mon, 8 Oct 2018 04:00:47 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: miguel.ojeda.sandonis@...il.com, Joe Perches <joe@...ches.com>,
Andrew Lunn <andrew@...n.ch>,
LKML <linux-kernel@...r.kernel.org>
Subject: list iterator spacing: clang-format vs checkpatch
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. This
strikes me as the right thing to do.
However, checkpatch.pl complains about it:
WARNING: space prohibited between function name and open parenthesis '('
#65: FILE: ratelimiter.c:65:
+ hlist_for_each_entry_safe (entry, temp, &table_v4[i], hash) {
It would seem that .clang-format is right and checkpatch.pl is wrong?
Thanks,
Jason
Powered by blists - more mailing lists