Skip to content

Commit

Permalink
staging: rtl8712: Fix typo in rtl871x_io.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masanari Iida authored and Greg Kroah-Hartman committed May 16, 2012
1 parent 958c598 commit aeb2d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8712/rtl871x_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit aeb2d41

Please sign in to comment.