From: Quytelda Kahja Date: Tue, 22 May 2018 07:26:37 +0000 (-0700) Subject: staging: rtl8723bs: Fix grammar error in comment. X-Git-Tag: v4.18-rc1~83^2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55dee963112dc9b0fe51199e73c3835b5dd85fe5;p=thirdparty%2Fkernel%2Flinux.git staging: rtl8723bs: Fix grammar error in comment. Fix a grammatical error in the comment describing 'struct rt_firmware_hdr'. Signed-off-by: Quytelda Kahja Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h index 946236f704fe0..8f00ced1c6972 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 */