Browse Source

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>
Masanari Iida 13 years ago
parent
commit
aeb2d41716
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/rtl8712/rtl871x_io.h

+ 1 - 1
drivers/staging/rtl8712/rtl871x_io.h

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