Re: [PATCH] megaraid_sas: insert missing space in kernel message

2015-06-09 Thread Johannes Thumshirn
On Tue, Jun 09, 2015 at 04:53:43PM +0100, Colin King wrote: > From: Colin Ian King > > The printk format specifier string is missing a space between > the %p format specifier and the "on the defer" text. Minor fix, > add the missing space. > > Signed-off-by: Colin Ian King > --- > drivers/scsi

RE: [PATCH] megaraid_sas: insert missing space in kernel message

2015-06-09 Thread Sumit Saxena
ernel.org >Subject: [PATCH] megaraid_sas: insert missing space in kernel message > >From: Colin Ian King > >The printk format specifier string is missing a space between the %p format >specifier and the "on the defer" text. Minor fix, add the missing space. > >Signed-

[PATCH] megaraid_sas: insert missing space in kernel message

2015-06-09 Thread Colin King
From: Colin Ian King The printk format specifier string is missing a space between the %p format specifier and the "on the defer" text. Minor fix, add the missing space. Signed-off-by: Colin Ian King --- drivers/scsi/megaraid/megaraid_sas_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deleti