Re: [PATCH] staging: rtl8712: Fix unnecessary parentheses warnings

From: Dan Carpenter
Date: Fri Sep 27 2024 - 11:26:53 EST


On Fri, Sep 27, 2024 at 11:16:36PM +0800, Xingquan Liu wrote:
> Fix all unnecessary parentheses warnings in checkpath.
>
> Signed-off-by: Xingquan Liu <b1n@xxxxxx>
> ---
> I ran clang-format additionally because I noticed the Linux community
> recommends submitting code formatting patches along with other patches.

Probably avoid running clang-format. If we wanted to do that, we could have
done it already.

>
> I'm not sure if there are any issues with this.

This patch does way too many things at once. This is a long way away from being
something we would even look at.

regards,
dan carpenter