[PATCH 9/9] Staging: comedi: fix warning issue in dt3000.c

2011-10-15 Thread Ravishankar K Mallikarjunayya
From: Ravishankar Karkala Mallikarjunayya Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt. Converted printks to pr_ and dev_printk. Removed unnecessary printks. Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/dt3000.c | 51 +++-

[PATCH 1/1] Staging: comedi: fix printk issue in pcmmio.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
From: Ravishankar K Mallikarjunayya This is a patch to the pcmmio.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/pcmmio.c | 28 ++-- 1 files changed, 14 insertions

[PATCH 1/1] Staging: comedi: fix printk issue in serial2002.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the serial2002.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/serial2002.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging

[PATCH 2/3] Staging: comedi: fix brace coding style issue in pcmuio.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the pcmuio.c file that fixes up a brace coding style warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/pcmuio.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers

[PATCH 3/3] Staging: comedi: fix printk issue in pcmuio.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the pcmuio.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/pcmuio.c | 28 ++-- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a

[PATCH 1/3] Staging: comedi: fix line over 80 character issue in pcmuio.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the pcmuio.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/pcmuio.c | 110 ++- 1 files changed, 79 insertions(+), 31 deletions

[PATCH 2/2] Staging: comedi: fix line over 80 character issue in s626.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the s626.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/s626.c | 115 - 1 files changed, 84 insertions(+), 31 deletions

[PATCH 1/2] Staging: comedi: fix line over 80 character issue in s626.c

2011-09-08 Thread Ravishankar K Mallikarjunayya
This is a patch to the s626.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/s626.c | 77 +++- 1 files changed, 46 insertions(+), 31 deletions

[PATCH 1/1] Staging: comedi: fix line over 80 character issue in unioxx5.c

2011-09-02 Thread Ravishankar K Mallikarjunayya
This is a patch to the unioxx5.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/unioxx5.c | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git

[PATCH 1/1] Staging: comedi: fix line over 80 character issue in usbduxfast.c

2011-09-02 Thread Ravishankar K Mallikarjunayya
This is a patch to the usbduxfast.c file that fixes up a line 0ver 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/usbduxfast.c | 47 ++ 1 files changed, 25 insertions(+), 22

[PATCH 2/2] Staging: comedi: fix line over 80 character issue in s626.c

2011-09-02 Thread Ravishankar K Mallikarjunayya
This is a patch to the s626.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/s626.c | 48 ++-- 1 files changed, 33 insertions(+), 15 deletions

[PATCH 1/2] Staging: comedi: fix line over 80 character issue in s626.c

2011-09-02 Thread Ravishankar K Mallikarjunayya
This is a patch to the s626.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/s626.c | 89 +--- 1 files changed, 58 insertions(+), 31 deletions

[PATCH v1 2/2] Staging: comedi: fix line over 80 charcter issue in cb_pcidda.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a line over 80 charcter warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- long (multi-line)comments is fixed. drivers/staging/comedi/drivers/cb_pcidda.c | 38 +-- 1 files

[PATCH 3/3] Staging: comedi: fix line over 80 character issue in cb_pcidas64.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
This is a patch to the cb_pcidas64.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas64.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff

[PATCH 2/3] Staging: comedi: fix error issue in cb_pcidas64.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
This is a patch to the cb_pcidas64.c file that fixes up a ERROR: "foo * bar" should be "foo *bar" found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas64.c |8 1 files changed, 4 insert

[PATCH 1/3] Staging: comedi: fix printk issue in cb_pcidas64.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
From: Ravishankar Karkala Mallikarjunayya This is a patch to the cb_pcidas64.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar Karkala Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidas64.c | 20 ++-- 1 files changed,

[PATCH 2/2] Staging: comedi: fix line over 80 character issue in cb_pcidda.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a line over 80 character warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidda.c | 21 +++-- 1 files changed, 15 insertions(+), 6 deletions

[PATCH 1/2] Staging: comedi: fix printk issue in cb_pcidda.c

2011-08-31 Thread Ravishankar K Mallikarjunayya
This is a patch to the cb_pcidda.c file that fixes up a printk warning found by the checkpatch.pl tool Signed-off-by: Ravishankar K Mallikarjunayya --- drivers/staging/comedi/drivers/cb_pcidda.c | 23 --- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a