OSDN Git Service

staging: rtl8712: Fix typo in rtl871x_io.h
authorMasanari Iida <standby24x7@gmail.com>
Tue, 15 May 2012 18:34:19 +0000 (03:34 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 May 2012 00:58:30 +0000 (17:58 -0700)
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>
drivers/staging/rtl8712/rtl871x_io.h

index d3d8727..dc23395 100644 (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;
 };