Re: [PATCH] s390: Use pr_warn instead of pr_warning

2016-03-04 Thread Heiko Carstens
On Thu, Mar 03, 2016 at 08:49:57PM -0800, Joe Perches wrote: > Convert the uses of pr_warning to pr_warn so there are fewer > uses of the old pr_warning. > > Miscellanea: > > o Align arguments > o Coalesce formats > > Signed-off-by: Joe Perches > --- >

Re: [PATCH] s390: Use pr_warn instead of pr_warning

2016-03-04 Thread Heiko Carstens
On Thu, Mar 03, 2016 at 08:49:57PM -0800, Joe Perches wrote: > Convert the uses of pr_warning to pr_warn so there are fewer > uses of the old pr_warning. > > Miscellanea: > > o Align arguments > o Coalesce formats > > Signed-off-by: Joe Perches > --- > arch/s390/kernel/cpcmd.c | 3

[PATCH] s390: Use pr_warn instead of pr_warning

2016-03-03 Thread Joe Perches
Convert the uses of pr_warning to pr_warn so there are fewer uses of the old pr_warning. Miscellanea: o Align arguments o Coalesce formats Signed-off-by: Joe Perches --- arch/s390/kernel/cpcmd.c | 3 +-- arch/s390/kernel/debug.c | 6 ++

[PATCH] s390: Use pr_warn instead of pr_warning

2016-03-03 Thread Joe Perches
Convert the uses of pr_warning to pr_warn so there are fewer uses of the old pr_warning. Miscellanea: o Align arguments o Coalesce formats Signed-off-by: Joe Perches --- arch/s390/kernel/cpcmd.c | 3 +-- arch/s390/kernel/debug.c | 6 ++ arch/s390/kernel/time.c |