On Tue, Mar 12, 2024 at 10:03 AM Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > > With the rename the indenting did need to be updated, yes. However it > should have been: > > decrypt_check = wep_encrypt(wlandev, skb->data, p80211_wep->data, > skb->len, > wlandev->hostwep & HOSTWEP_DEFAULTKEY_MASK, > p80211_wep->iv, p80211_wep->icv); > > [tab][tab][tab][tab][tab][space][space][space][space]skb->len, > > See my blog for how to resend a patch: > https://staticthinking.wordpress.com/2022/07/27/how-to-send-a-v2-patch/ > > regards, > dan carpenter Thank you for the feedback, Dan, let me correct that.