Skip to content

Commit

Permalink
brcmfmac: A typo fix
Browse files Browse the repository at this point in the history
s/revsion/revision/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
unixbhaskar authored and Kalle Valo committed Apr 18, 2021
1 parent 3051946 commit 705b5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct brcmf_usbdev {
int ntxq, nrxq, rxsize;
u32 bus_mtu;
int devid;
int chiprev; /* chip revsion number */
int chiprev; /* chip revision number */
};

/* IO Request Block (IRB) */
Expand Down

0 comments on commit 705b5cf

Please sign in to comment.