]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8712: Fix spelling mistake in rtl871x_io.h
authorRoshan Khatri <topofeverest8848@gmail.com>
Sat, 25 May 2024 16:02:29 +0000 (21:47 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Jun 2024 11:35:01 +0000 (13:35 +0200)
This patch corrects misspelled word to increase code readability and
searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Reviewed-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20240525160230.66365-1-topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_io.h

index c5b12f74ebf89265f6b4e5822c3be47265e990b6..f09d50a29b82c6df740ea57ca2ea9725b7c51a3d 100644 (file)
@@ -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;