[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4FB2A302.9030602@lwfinger.net>
Date: Tue, 15 May 2012 13:40:02 -0500
From: Larry Finger <Larry.Finger@...inger.net>
To: Masanari Iida <standby24x7@...il.com>
CC: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
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<standby24x7@...il.com>
> ---
> 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 <Larry.Finger@...inger.net>
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;
> };
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists