diff options
author | Quytelda Kahja <quytelda@tamalin.org> | 2018-05-22 10:26:37 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 19:47:22 +0300 |
commit | 55dee963112dc9b0fe51199e73c3835b5dd85fe5 (patch) | |
tree | fd8a89e0a148b6885733048ac072eabe704f564c /drivers/staging | |
parent | 699ad73456d6c970e3ce1e2225f11ad192ef8495 (diff) | |
download | linux-55dee963112dc9b0fe51199e73c3835b5dd85fe5.tar.xz |
staging: rtl8723bs: Fix grammar error in comment.
Fix a grammatical error in the comment describing 'struct
rt_firmware_hdr'.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8723bs/include/rtl8723b_hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h index 946236f704fe..8f00ced1c697 100644 --- a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h +++ b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h @@ -51,7 +51,7 @@ struct rt_firmware { u8 *fw_buffer_sz; }; -/* This structure must be cared byte-ordering */ +/* This structure must be carefully byte-ordered. */ struct rt_firmware_hdr { /* 8-byte alinment required */ |