[PATCH] drivers: firmware: edd: fixed coding style errors

2013-12-22 Thread Derek Perrin
Fixed coding style errors. Spaces, tab and parenthesis errors. Signed-off-by: Derek Perrin --- drivers/firmware/edd.c | 62 +- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/drivers/firmware/edd.c b/drivers/firmware/edd.c index

Re: [PATCH] drivers: firmware: edd: fixed coding style errors

2013-12-23 Thread Derek Perrin
On Sunday, December 22, 2013 02:13:39 PM Joe Perches wrote: > On Sun, 2013-12-22 at 15:17 -0600, Derek Perrin wrote: > > Fixed coding style errors. Spaces, tab and parenthesis errors. > > There's a real error in this patch. > > When you do whitespace only changes, pl

[PATCH v2] drivers: firmware: edd: fixed coding style errors.

2013-12-24 Thread Derek Perrin
Fixed coding style errors. Fixed spacing, tab and parenthesis errors. Signed-off-by: Derek Perrin --- Changes since v1: *cleaned up all checkpatch.pl errors *changed function pointer prototype to preferred style from Joe Perches *fixed edd_device *edev assignment in if condition drivers

[PATCH v3] drivers: firmware: edd: Fixed coding style errors

2013-12-26 Thread Derek Perrin
Fixed coding style errors. Fixed spacing, tab and parenthesis errors. Signed-off-by: Derek Perrin --- Changes since v2: *cleaned up more checkpatch.pl warnings *fixed spacing after return type of function pointer as per Joe Perches drivers/firmware/edd.c | 97