Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <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>

authored by

Roshan Khatri and committed by
Greg Kroah-Hartman
ea032c8d 9ed3e0a0

+1 -1
+1 -1
drivers/staging/rtl8712/rtl871x_io.h
··· 62 62 #define IO_WR_BURST(x) (IO_WRITE_ | _IO_SYNC_ | _IO_BURST_ | \ 63 63 ((x) & _IOSZ_MASK_)) 64 64 #define IO_RD_BURST(x) (_IO_SYNC_ | _IO_BURST_ | ((x) & _IOSZ_MASK_)) 65 - /*below is for the intf_option bit defition...*/ 65 + /*below is for the intf_option bit definition...*/ 66 66 #define _INTF_ASYNC_ BIT(0) /*support async io*/ 67 67 struct intf_priv; 68 68 struct intf_hdl;