[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130812100522.GB21492@amd.pavel.ucw.cz>
Date: Mon, 12 Aug 2013 12:05:23 +0200
From: Pavel Machek <pavel@....cz>
To: Iker Pedrosa <ikerpedrosam@...il.com>
Cc: gregkh@...uxfoundation.org, justinmattock@...il.com,
mujeeb.adil@...il.com, harsh1kumar@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/6] Staging: winbond: wb35reg: white space deleted
On Mon 2013-08-05 11:58:28, Iker Pedrosa wrote:
> White space deleted before a semicolon.
>
> Signed-off-by: Iker Pedrosa <ikerpedrosam@...il.com>
ACK.
> ---
> drivers/staging/winbond/wb35reg.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/winbond/wb35reg.c b/drivers/staging/winbond/wb35reg.c
> index 34a2618..1314f93 100644
> --- a/drivers/staging/winbond/wb35reg.c
> +++ b/drivers/staging/winbond/wb35reg.c
> @@ -44,7 +44,7 @@ unsigned char Wb35Reg_BurstWrite(struct hw_data *pHwData, u16 RegisterNo, u32 *p
> reg_queue->pBuffer = (u32 *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue));
> memcpy(reg_queue->pBuffer, pRegisterData, DataSize);
> /* the function for reversing register data from little endian to big endian */
> - for (i = 0; i < NumberOfData ; i++)
> + for (i = 0; i < NumberOfData; i++)
> reg_queue->pBuffer[i] = cpu_to_le32(reg_queue->pBuffer[i]);
>
> dr = (struct usb_ctrlrequest *)((u8 *)reg_queue + sizeof(struct wb35_reg_queue) + DataSize);
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
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