On 05/15/2012 01:34 PM, Masanari Iida wrote:
Correct spelling typo "padater" to "padapter" in rtl871x_io.h

Signed-off-by: Masanari Iida<[email protected]>
---
  drivers/staging/rtl8712/rtl871x_io.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

In the prototype, it doesn't make much difference; however,

ACKed-by: Larry Finger <[email protected]>

Larry


diff --git a/drivers/staging/rtl8712/rtl871x_io.h 
b/drivers/staging/rtl8712/rtl871x_io.h
index d3d8727..dc23395 100644
--- a/drivers/staging/rtl8712/rtl871x_io.h
+++ b/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;
  };

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to