Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-21 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 11:30 PM, Toshiaki Yamane wrote: > On Fri, Aug 17, 2012 at 10:19 PM, Greg Kroah-Hartman > wrote: >> On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: >>> On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter >>> wrote: >>> > You've got the same subject repeated

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-21 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 11:30 PM, Toshiaki Yamane yamaneto...@gmail.com wrote: On Fri, Aug 17, 2012 at 10:19 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 10:19 PM, Greg Kroah-Hartman wrote: > On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: >> On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter >> wrote: >> > You've got the same subject repeated 5 times. >> > >> > It would be better to merge all the vme_user.c

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Greg Kroah-Hartman
On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: > On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter > wrote: > > You've got the same subject repeated 5 times. > > > > It would be better to merge all the vme_user.c printk fixes into > > one patch. > > [patch 1/3] Staging: vme: Fix a

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter wrote: > You've got the same subject repeated 5 times. > > It would be better to merge all the vme_user.c printk fixes into > one patch. > [patch 1/3] Staging: vme: Fix a white space issue > [patch 2/3] Staging: vme: Use pr_ printks in vme_user.c >

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Dan Carpenter
You've got the same subject repeated 5 times. It would be better to merge all the vme_user.c printk fixes into one patch. [patch 1/3] Staging: vme: Fix a white space issue [patch 2/3] Staging: vme: Use pr_ printks in vme_user.c [patch 3/3] Staging: vme: Use pr_ printks in vme_pio2_core.c It's

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Dan Carpenter
You've got the same subject repeated 5 times. It would be better to merge all the vme_user.c printk fixes into one patch. [patch 1/3] Staging: vme: Fix a white space issue [patch 2/3] Staging: vme: Use pr_ printks in vme_user.c [patch 3/3] Staging: vme: Use pr_ printks in vme_pio2_core.c It's

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter dan.carpen...@oracle.com wrote: You've got the same subject repeated 5 times. It would be better to merge all the vme_user.c printk fixes into one patch. [patch 1/3] Staging: vme: Fix a white space issue [patch 2/3] Staging: vme: Use pr_ printks

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Greg Kroah-Hartman
On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter dan.carpen...@oracle.com wrote: You've got the same subject repeated 5 times. It would be better to merge all the vme_user.c printk fixes into one patch. [patch 1/3]

Re: [PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-17 Thread Toshiaki Yamane
On Fri, Aug 17, 2012 at 10:19 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Fri, Aug 17, 2012 at 05:27:53PM +0900, Toshiaki Yamane wrote: On Fri, Aug 17, 2012 at 4:46 PM, Dan Carpenter dan.carpen...@oracle.com wrote: You've got the same subject repeated 5 times. It would be

[PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-16 Thread Toshiaki Yamane
The below checkpatch warnings was fixed, -WARNING: Prefer pr_info(... to printk(KERN_INFO, ... and added pr_fmt. Signed-off-by: Toshiaki Yamane --- drivers/staging/vme/devices/vme_user.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git

[PATCH 2/5] staging/vme: fix checkpatch warning

2012-08-16 Thread Toshiaki Yamane
The below checkpatch warnings was fixed, -WARNING: Prefer pr_info(... to printk(KERN_INFO, ... and added pr_fmt. Signed-off-by: Toshiaki Yamane yamaneto...@gmail.com --- drivers/staging/vme/devices/vme_user.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git