Re: [PATCH] staging: rtl8723bs: clean up redundant parentheses in rtw_mlme.c
From: Greg KH
Date: Wed Dec 17 2025 - 08:22:43 EST
On Tue, Dec 16, 2025 at 02:39:01AM +0530, Darshil Shah wrote:
> - Removed unnecessary parentheses around if conditions
Only one if condition was changed.
> - Removed redundant '== true' and '== false' comparisons
Ok,I see why you removed this at the same time, but really, it was not
redundant, you just changed the operator to something else.
But why? It's not really required by anything, what is driving this
change?
thanks,
greg k-h