[PATCH 0/3] Staging: comedi: Checkpatch cleanups in ni_mio_common.c

2014-01-10 Thread Chase Southwood
This patch series fixes several warnings reported by checkpatch.pl in ni_mio_common.c of the comedi driver. Among the issues fixed: *Many unnecessary braces have been removed. *Improper indentation has been corrected. *Extra whitespace before semicolons has been removed. *Extra whitespace after

Re: [PATCH 0/3] Staging: comedi: Checkpatch cleanups in ni_mio_common.c

2014-01-10 Thread Chase Southwood
Oops, left out some of my cover letter. Here is the amended patchset cover letter. On Fri, Jan 10, 2014 at 10:07 PM, Chase Southwood chase.southw...@yahoo.com wrote: This patch series fixes several warnings reported by checkpatch.pl in ni_mio_common.c of the comedi driver. Among the issues

[PATCH] Staging: comedi: fix spacing coding style issue in 8255.c.

2014-01-09 Thread Chase Southwood
This patch for 8255.c fixes a spacing warning found by checkpatch.pl. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/8255.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/8255.c b/drivers/staging/comedi/drivers/8255.c

[PATCH] Staging: comedi: fix spacing coding style issue in 8255.c.

2014-01-09 Thread Chase Southwood
This patch for 8255.c fixes a spacing warning found by checkpatch.pl. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/8255.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/comedi/drivers/8255.c b/drivers

[PATCH v2] Staging: comedi: fix spacing/style problem in das1800.c (and das6402.c)

2014-01-05 Thread Chase Southwood
This patch fixes a style issue regarding asterisk placement in das1800.c and das6402.c found by checkpatch.pl. Signed-off-by: Chase Southwood --- 2: Added fix for identical style problem in das6402.c, previous version only changed das1800.c. drivers/staging/comedi/drivers/das1800.c | 2

[PATCH v2] Staging: comedi: fix spacing/style problem in das1800.c (and das6402.c)

2014-01-05 Thread Chase Southwood
This patch fixes a style issue regarding asterisk placement in das1800.c and das6402.c found by checkpatch.pl. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- 2: Added fix for identical style problem in das6402.c, previous version only changed das1800.c. drivers/staging/comedi

[PATCH] Staging: comedi: fix spacing/style problem in das1800.c

2014-01-02 Thread Chase Southwood
This is a patch to the das1800.c file that fixes a style issue found by checkpatch.pl. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging

[PATCH] Staging: comedi: fix spacing/style problem in das1800.c

2014-01-02 Thread Chase Southwood
This is a patch to the das1800.c file that fixes a style issue found by checkpatch.pl. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/das1800

[PATCH][Resend] Staging: comedi: replace printk() calls with dev_dbg() in pcmmio.c

2014-01-01 Thread Chase Southwood
From: Chase Southwood This is a patch for pcmmio.c that changes several printk() calls to dev_dbg() or dev_err() to fix checkpatch.pl warnings. Patched from 3.13-rc6. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/pcmmio.c | 23 +-- 1 file changed, 13

[PATCH][Resend] Staging: comedi: replace printk() calls with dev_dbg() in pcmmio.c

2014-01-01 Thread Chase Southwood
From: Chase Southwood chase.southw...@yahoo.com This is a patch for pcmmio.c that changes several printk() calls to dev_dbg() or dev_err() to fix checkpatch.pl warnings. Patched from 3.13-rc6. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/pcmmio.c

[PATCH] Staging: comedi: replace printk() calls with dev_dbg() in pcmmio.c

2013-12-28 Thread Chase Southwood
From: Chase Southwood This is a patch for pcmmio.c that changes several printk() calls to dev_dbg() or dev_err() to fix checkpatch.pl warnings. Patched from 3.13-rc5. Signed-off-by: Chase Southwood --- drivers/staging/comedi/drivers/pcmmio.c | 23 +-- 1 file changed, 13

[PATCH] Staging: comedi: replace printk() calls with dev_dbg() in pcmmio.c

2013-12-28 Thread Chase Southwood
From: Chase Southwood chase.southw...@yahoo.com This is a patch for pcmmio.c that changes several printk() calls to dev_dbg() or dev_err() to fix checkpatch.pl warnings. Patched from 3.13-rc5. Signed-off-by: Chase Southwood chase.southw...@yahoo.com --- drivers/staging/comedi/drivers/pcmmio.c

<    1   2   3   4   5