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:
Masanari Iida 2012-05-16 03:34:19 +09:00 committed by Greg Kroah-Hartman
parent 958c59891a
commit aeb2d41716
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};