* [PATCH] staging: comedi: Fixes Coding Style Warning in file das08.h
@ 2014-05-08 10:13 Sheetal Tigadoli
2014-05-19 16:54 ` Ian Abbott
0 siblings, 1 reply; 2+ messages in thread
From: Sheetal Tigadoli @ 2014-05-08 10:13 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, abbotti, hsweeten, Sheetal Tigadoli
The Patch fixes following Warnings, found using checkpatch.pl, in file das08.h
./scripts/checkpatch.pl --file --terse drivers/staging/comedi/drivers/das08.h
drivers/staging/comedi/drivers/das08.h:43: WARNING: line over 80 characters
total: 0 errors, 1 warnings, 50 lines checked
Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@gmail.com>
---
drivers/staging/comedi/drivers/das08.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/das08.h b/drivers/staging/comedi/drivers/das08.h
index 46a314c..18cc170 100644
--- a/drivers/staging/comedi/drivers/das08.h
+++ b/drivers/staging/comedi/drivers/das08.h
@@ -40,7 +40,9 @@ struct das08_board_struct {
};
struct das08_private_struct {
- unsigned int do_mux_bits; /* bits for do/mux register on boards without separate do register */
+ unsigned int do_mux_bits; /* bits for do/mux register on boards
+ * without separate do register
+ */
const unsigned int *pg_gainlist;
unsigned int ao_readback[2]; /* assume 2 AO channels */
};
--
1.7.9.5
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] staging: comedi: Fixes Coding Style Warning in file das08.h
2014-05-08 10:13 [PATCH] staging: comedi: Fixes Coding Style Warning in file das08.h Sheetal Tigadoli
@ 2014-05-19 16:54 ` Ian Abbott
0 siblings, 0 replies; 2+ messages in thread
From: Ian Abbott @ 2014-05-19 16:54 UTC (permalink / raw)
To: Sheetal Tigadoli, gregkh; +Cc: linux-kernel, Ian Abbott, hsweeten
On 2014-05-08 11:13, Sheetal Tigadoli wrote:
> The Patch fixes following Warnings, found using checkpatch.pl, in file das08.h
>
> ./scripts/checkpatch.pl --file --terse drivers/staging/comedi/drivers/das08.h
> drivers/staging/comedi/drivers/das08.h:43: WARNING: line over 80 characters
> total: 0 errors, 1 warnings, 50 lines checked
>
> Signed-off-by: Sheetal Tigadoli <sheetal.tigadoli@gmail.com>
> ---
> drivers/staging/comedi/drivers/das08.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Thanks!
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=-
-=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-19 16:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08 10:13 [PATCH] staging: comedi: Fixes Coding Style Warning in file das08.h Sheetal Tigadoli
2014-05-19 16:54 ` Ian Abbott
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome