Re: [PATCH]: staging: wlan-ng: Remove unnecessary Parentheses
From: Dan Carpenter
Date: Sat Mar 25 2023 - 03:28:02 EST
The subject has an extra : after the "[PATCH]:".
On Sat, Mar 25, 2023 at 01:22:25AM +0100, Dalvin-Ehinoma Noah Aiguobas wrote:
> Clean up Checkpatch issues by removing unnecessary Parentheses.
>
Just ignore checkpatch on this. Greg likes parentheses.
> @@ -478,7 +478,7 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
>
> result = prism2_domibset_uint32(wlandev,
> DIDMIB_DOT11SMT_PRIVACYTABLE_WEPDEFAULTKEYID,
> - sme->key_idx);
> + sme->key_idx);
Don't mix unrelated changes into the patch.
regards,
dan carpenter