Re: [PATCH 2/2] Staging: BCM: Removed more whitespace/Errors

2013-08-08 Thread Joe Perches
On Thu, 2013-08-08 at 23:44 +0300, Dan Carpenter wrote: > On Thu, Aug 08, 2013 at 06:03:49PM +0100, Paul McQuade wrote: > > -int InterfaceFileDownload( PVOID psIntfAdapter, > > -struct file *flp, > > -unsigned int on_chip_loc); > > +int InterfaceFileD

Re: [PATCH 2/2] Staging: BCM: Removed more whitespace/Errors

2013-08-08 Thread Dan Carpenter
On Thu, Aug 08, 2013 at 06:03:49PM +0100, Paul McQuade wrote: > -int InterfaceFileDownload( PVOID psIntfAdapter, > -struct file *flp, > -unsigned int on_chip_loc); > +int InterfaceFileDownload(PVOID psIntfAdapter, > +

Re: [PATCH 2/2] Staging: BCM: Removed more whitespace/Errors

2013-08-08 Thread Joe Perches
Please send your changes with an email client that does not require attaching patches. On Thu, 2013-08-08 at 18:03 +0100, Paul McQuade wrote: > -#define MAXIMUM_USB_TCB 128 > -#define MAXIMUM_USB_RCB 128 > +#define MAXIMUM_USB_TCB128 > +#define MAXIMUM_USB_RCB

[PATCH 2/2] Staging: BCM: Removed more whitespace/Errors

2013-08-08 Thread Paul McQuade
>From 9f6231ce16996e35545e20ce1d91abc058f2a6fb Mon Sep 17 00:00:00 2001 From: Paul McQuade Date: Thu, 8 Aug 2013 17:49:22 +0100 Subject: [PATCH 2/2] Staging: BCM: Removed more whitespace/Errors Interface Whitespace/Errors Removed with the help of checkpatch.pl Signed-off-by: Paul McQu