On 1/28/22 11:11 AM, Joe Perches wrote:
On Fri, 2022-01-28 at 09:59 -0800, Tom Rix wrote:
On 1/28/22 9:42 AM, Bart Van Assche wrote:Risk for whitespace style reformatting patches is quite low.
On 1/27/22 07:19, trix@xxxxxxxxxx wrote:
From: Tom Rix <trix@xxxxxxxxxx>Isn't this the kind of patches that carries more risk than value?
checkpatch reports several hundred formatting errors.
Run these files through clang-format and knock off
some of them.
Nominally, clang-format changes should not produce a different
compiled object file unless __LINE__/__DATE__/__TIME__ style
changes occur.
If it does, the clang-format tool is broken.
[]Additionally, this patch conflicts with a patch series that I plan to
post soon.
Long term, it would be good have a reliable way to automatically fixThat's really a maintainer preference no?
either new files or really broken old files.
Especially so for any automation.
In practice everything is up to the maintainer.
If some maintainer wants fix their formatting then clang-format should just work
It isn't likely they will have time to hand fix every file.
Tom