Re: [PATCH 01/13] nvdimm: Use more typical whitespace

From: Joe Perches
Date: Thu Sep 12 2019 - 11:01:51 EST


On Thu, 2019-09-12 at 05:17 -0700, Christoph Hellwig wrote:
> Instead of arguing what is better just stick to what the surrounding
> code does.

That's not always feasible nor readable.

Especially for the logic inversion blocks where
the existing code does unreadable and error prone
things like hiding semicolons immediately after
comments.

if (foo)
/* longish comment */;
else {
<code>;
}

> Or in other words: Feel free to be a codingstyle nazi for your code
> (I am for some of mine), but leave others peoples code alone with
> "cleanup" patches.

My point was to avoid documenting per-subsystem
coding style rules.