2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-22 04:24:02 +08:00

staging: rtl8723bs: Fix spelling/grammar errors in comment.

Fix the spelling/grammar errors in the comment block describing
the 'Function' member of 'struct rt_firmware_hdr'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Quytelda Kahja 2018-05-22 00:26:35 -07:00 committed by Greg Kroah-Hartman
parent 93998817a1
commit 7a45210e95

View File

@ -59,8 +59,8 @@ struct rt_firmware_hdr {
__le16 Signature; /* 92C0: test chip; 92C, 88C0: test chip;
* 88C1: MP A-cut; 92C1: MP A-cut */
u8 Category; /* AP/NIC and USB/PCI */
u8 Function; /* Reserved for different FW function indcation, for
* further use when driver needs to download
u8 Function; /* Reserved for different FW function indications,
* for further use when driver needs to download
* different FW in different conditions. */
__le16 Version; /* FW Version */
__le16 Subversion; /* FW Subversion, default 0x00 */