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>
This commit is contained in:
parent
958c59891a
commit
aeb2d41716
|
@ -117,7 +117,7 @@ struct io_req {
|
|||
u32 command;
|
||||
u32 status;
|
||||
u8 *pbuf;
|
||||
void (*_async_io_callback)(struct _adapter *padater,
|
||||
void (*_async_io_callback)(struct _adapter *padapter,
|
||||
struct io_req *pio_req, u8 *cnxt);
|
||||
u8 *cnxt;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue