From: Roshan Khatri Date: Sat, 25 May 2024 16:02:29 +0000 (+0545) Subject: staging: rtl8712: Fix spelling mistake in rtl871x_io.h X-Git-Tag: v6.11-rc1~101^2~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea032c8d87dfd1da41a84bf179d9513dd17b51d0;p=thirdparty%2Flinux.git staging: rtl8712: Fix spelling mistake in rtl871x_io.h This patch corrects misspelled word to increase code readability and searching. Signed-off-by: Roshan Khatri Reviewed-by: Philipp Hortmann Link: https://lore.kernel.org/r/20240525160230.66365-1-topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h index c5b12f74ebf89..f09d50a29b82c 100644 --- a/drivers/staging/rtl8712/rtl871x_io.h +++ b/drivers/staging/rtl8712/rtl871x_io.h @@ -62,7 +62,7 @@ #define IO_WR_BURST(x) (IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | \ ((x) & _IOSZ_MASK_)) #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_)) -/*below is for the intf_option bit defition...*/ +/*below is for the intf_option bit definition...*/ #define _INTF_ASYNC_ BIT(0) /*support async io*/ struct intf_priv; struct intf_hdl;