* [PATCH] staging: rtl8712: Fix spelling mistake in rtl871x_io.h
@ 2024-05-25 16:02 Roshan Khatri
2024-05-27 8:04 ` Philipp Hortmann
0 siblings, 1 reply; 2+ messages in thread
From: Roshan Khatri @ 2024-05-25 16:02 UTC (permalink / raw)
To: Larry.Finger, florian.c.schilhabel, gregkh, ayushtiw0110, namcaov,
dan.carpenter
Cc: Roshan Khatri, linux-staging, linux-kernel
This patch corrects misspelled word to increase code readability and
searching.
Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
---
drivers/staging/rtl8712/rtl871x_io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h
index c5b12f74ebf8..f09d50a29b82 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;
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8712: Fix spelling mistake in rtl871x_io.h
2024-05-25 16:02 [PATCH] staging: rtl8712: Fix spelling mistake in rtl871x_io.h Roshan Khatri
@ 2024-05-27 8:04 ` Philipp Hortmann
0 siblings, 0 replies; 2+ messages in thread
From: Philipp Hortmann @ 2024-05-27 8:04 UTC (permalink / raw)
To: Roshan Khatri, Larry.Finger, florian.c.schilhabel, gregkh,
ayushtiw0110, namcaov, dan.carpenter
Cc: linux-staging, linux-kernel
On 25.05.24 18:02, Roshan Khatri wrote:
> This patch corrects misspelled word to increase code readability and
> searching.
>
> Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
> ---
> drivers/staging/rtl8712/rtl871x_io.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8712/rtl871x_io.h b/drivers/staging/rtl8712/rtl871x_io.h
> index c5b12f74ebf8..f09d50a29b82 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;
Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-27 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 16:02 [PATCH] staging: rtl8712: Fix spelling mistake in rtl871x_io.h Roshan Khatri
2024-05-27 8:04 ` Philipp Hortmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.