.clang-format vs. checkpatch: Lines should not end with a '('

From: Gal Pressman
Date: Thu Jan 19 2023 - 09:16:50 EST


Hey,

I use clang-format to automatically format my patches, but checkpatch
likes to complain about:
CHECK: Lines should not end with a '('

I thought maybe adding a 'AllowAllArgumentsOnNextLine: false' would make
it happy but that didn't really seem to work.

Anyone else a bit annoyed by this? Maybe there's another solution I'm
failing to see?

Thanks