2012-05-15 18:34:19

by Masanari Iida

[permalink] [raw]
Subject: [PATCH] staging:rtl8712: Fix typo in rtl871x_io.h

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(-)

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;
};
--
1.7.10.2.520.g6a4a482


2012-05-15 18:40:09

by Larry Finger

[permalink] [raw]
Subject: Re: [PATCH] staging:rtl8712: Fix typo in rtl871x_io.h

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