Re: [PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

2013-03-13 Thread Dan Carpenter
On Wed, Mar 13, 2013 at 12:19:20PM -0400, Jacob Garber wrote: > This is a patch to usbdux.c that fixes the camel case warnings found > by the checkpatch.pl tool > > Signed-off-by: Jacob Garber > --- > -static int usbduxsub_submit_InURBs(struct usbduxsub *usbduxsub) > +static int

[PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

2013-03-13 Thread Jacob Garber
This is a patch to usbdux.c that fixes the camel case warnings found by the checkpatch.pl tool Signed-off-by: Jacob Garber --- drivers/staging/comedi/drivers/usbdux.c | 404 +++ 1 file changed, 202 insertions(+), 202 deletions(-) diff --git

Re: [PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

2013-03-13 Thread Dan Carpenter
On Wed, Mar 13, 2013 at 12:19:20PM -0400, Jacob Garber wrote: This is a patch to usbdux.c that fixes the camel case warnings found by the checkpatch.pl tool Signed-off-by: Jacob Garber ajtgar...@gmail.com --- -static int usbduxsub_submit_InURBs(struct usbduxsub *usbduxsub) +static int

[PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

2013-03-13 Thread Jacob Garber
This is a patch to usbdux.c that fixes the camel case warnings found by the checkpatch.pl tool Signed-off-by: Jacob Garber ajtgar...@gmail.com --- drivers/staging/comedi/drivers/usbdux.c | 404 +++ 1 file changed, 202 insertions(+), 202 deletions(-) diff --git