Re: [PATCH] Staging: comedi: comedidev.h Fixed whitespace coding style warnings

2014-03-08 Thread Greg KH
On Sun, Mar 09, 2014 at 11:45:51AM +1100, Nick Davies wrote: > Fixed coding style warnings in comedidev.h which had an extra space > after the function pointer name. > > Signed-off-by: Nick Davies > --- > drivers/staging/comedi/comedidev.h | 48 > +++--- > 1 file

Re: [PATCH] Staging: comedi: comedidev.h Fixed whitespace coding style warnings

2014-03-08 Thread Greg KH
On Sun, Mar 09, 2014 at 11:45:51AM +1100, Nick Davies wrote: > Fixed coding style warnings in comedidev.h which had an extra space > after the function pointer name. > > Signed-off-by: Nick Davies > --- > drivers/staging/comedi/comedidev.h | 48 > +++--- > 1 file

[PATCH] Staging: comedi: comedidev.h Fixed whitespace coding style warnings

2014-03-08 Thread Nick Davies
Fixed coding style warnings in comedidev.h which had an extra space after the function pointer name. Signed-off-by: Nick Davies --- drivers/staging/comedi/comedidev.h | 48 +++--- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/drivers/staging/come