On Wed, Jan 08, 2025 at 08:56:50PM -0600, Alex Elder wrote:
On 1/8/25 6:36 PM, Will Walsh wrote:
Unnecessary parentheses in boolean comparisons make it harder to read.
Removed the extra parentheses on line 305 for code readability.
Signed-off-by: Will Walsh iron.will.walsh@gmail.com
I'm not sure this makes a big difference in readability but I personally avoid extra parentheses unless adding them makes a compiler warning go away.
It's not a compiler warning, it checkpatch.
regards, dan carpenter