Re: [PATCH] staging: rtl8723bs: remove unnecessary parentheses around address-of operators
From: Greg KH
Date: Sun Jul 20 2025 - 04:37:16 EST
On Sun, Jul 20, 2025 at 08:33:32AM +0000, Vivek BalachandharTN wrote:
> Cleaned up redundant parentheses around the '&' (address-of) operator in various expressions
> to improve code readability and comply with kernel coding style guidelines.
Please run checkpatch on your changes. I think you need to wrap your
changelog text at 72 columns...
And isn't this v2?
thanks,
greg k-h