Re: [PATCH] Staging: comedi: ssv_snp: fix checkpatch.pl warnings

2012-08-10 Thread Güngör Erseymen
On Thu, Aug 9, 2012 at 7:27 PM, H Hartley Sweeten wrote: > You have a typo in the subject for this patch. > "ssv_snp" should be "ssv_dnp" Hello Hartley, I missed that typo. This is my first patch for linux kernel, i am a bit nervous. >> diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c >> b

[PATCH] Staging: comedi: ssv_snp: fix checkpatch.pl warnings

2012-08-09 Thread Güngör Erseymen
Fix two checkpatch.pl warnings about printk issues by using pr_info(...) instead of printk(KERN_INFO, ...). Signed-off-by: Güngör Erseymen --- drivers/staging/comedi/drivers/ssv_dnp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers