Re: [PATCH] staging: media: omap4iss: code style - avoid macro argument precedence issues

From: Nikolay K.
Date: Sun Feb 21 2021 - 16:24:19 EST


Hi Laurent,

Thank you for the review.
I think that if we drop the unneeded parentheses here, we need to drop
them everywhere in the file for consistency, even in places checkpatch.pl
doesn't warn about. It'll increase patch size without actual usefullness
gain, as for me. I am very (very) novice to the kernel,
but who wants slightly more readable one-line simple macros?