Re: [PATCH] scrpits: Remove unneeded assignment parentheses

From: David Howells
Date: Thu May 21 2020 - 10:28:43 EST


James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:

> > Remove unneeded assignment parentheses.
>
> I really don't think this is a good idea. Best practice for macros is
> to parenthesize every argument even if there are technically some cases
> where it's unnecessary because the problems in the majority cases are
> huge and unexpected.

Yep.

David