From 43d9821c60eb9edf9106918b0c3901d0e87d81bf Mon Sep 17 00:00:00 2001 From: Roshan Khatri Date: Thu, 5 Sep 2024 17:12:20 +0545 Subject: [PATCH] staging: rtl8723bs: include: Fix spelling mistake in rtl8723b_hal.h This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri Link: https://lore.kernel.org/r/20240905112720.3141-1-topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/include/rtl8723b_hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h index f9ecd9047d52..e6d6e9de5474 100644 --- a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h +++ b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h @@ -38,7 +38,7 @@ struct rt_firmware { /* This structure must be carefully byte-ordered. */ struct rt_firmware_hdr { - /* 8-byte alinment required */ + /* 8-byte alignment required */ /* LONG WORD 0 ---- */ __le16 signature; /* 92C0: test chip; 92C, 88C0: test chip; -- 2.50.1