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

staging: rtl8712: Fix typo in rtl871x_io.h

Correct spelling typo "padater" to "padapter" in rtl871x_io.h

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
aeb2d417 958c5989

+1 -1
+1 -1
drivers/staging/rtl8712/rtl871x_io.h
··· 117 117 u32 command; 118 118 u32 status; 119 119 u8 *pbuf; 120 - void (*_async_io_callback)(struct _adapter *padater, 120 + void (*_async_io_callback)(struct _adapter *padapter, 121 121 struct io_req *pio_req, u8 *cnxt); 122 122 u8 *cnxt; 123 123 };