Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-11-01 Thread YU Bo
On Wed, Oct 31, 2018 at 09:48:15AM -0700, Joe Perches wrote: On Wed, 2018-10-31 at 09:41 -0400, YU Bo wrote: Hi, On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: > On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > > Fix warning from checkpatch.pl use pr_* to replace printk > > If

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-11-01 Thread YU Bo
On Wed, Oct 31, 2018 at 09:48:15AM -0700, Joe Perches wrote: On Wed, 2018-10-31 at 09:41 -0400, YU Bo wrote: Hi, On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: > On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > > Fix warning from checkpatch.pl use pr_* to replace printk > > If

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-31 Thread Joe Perches
On Wed, 2018-10-31 at 09:41 -0400, YU Bo wrote: > Hi, > On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: > > On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > > > Fix warning from checkpatch.pl use pr_* to replace printk > > > > If you look at msg, it can be unterminated with newline.

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-31 Thread Joe Perches
On Wed, 2018-10-31 at 09:41 -0400, YU Bo wrote: > Hi, > On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: > > On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > > > Fix warning from checkpatch.pl use pr_* to replace printk > > > > If you look at msg, it can be unterminated with newline.

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-31 Thread YU Bo
Hi, On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: Fix warning from checkpatch.pl use pr_* to replace printk If you look at msg, it can be unterminated with newline. diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c []

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-31 Thread YU Bo
Hi, On Tue, Oct 30, 2018 at 08:01:50AM -0700, Joe Perches wrote: On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: Fix warning from checkpatch.pl use pr_* to replace printk If you look at msg, it can be unterminated with newline. diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c []

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-30 Thread Joe Perches
On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > Fix warning from checkpatch.pl use pr_* to replace printk If you look at msg, it can be unterminated with newline. > diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c [] > @@ -224,7 +224,7 @@ int kobject_synth_uevent(struct kobject *kobj,

Re: [PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-30 Thread Joe Perches
On Tue, 2018-10-30 at 08:01 -0400, Bo YU wrote: > Fix warning from checkpatch.pl use pr_* to replace printk If you look at msg, it can be unterminated with newline. > diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c [] > @@ -224,7 +224,7 @@ int kobject_synth_uevent(struct kobject *kobj,

[PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-30 Thread Bo YU
Fix warning from checkpatch.pl use pr_* to replace printk Signed-off-by: Bo YU --- lib/kobject_uevent.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 27c6118afd1c..c87a96c4800e 100644 --- a/lib/kobject_uevent.c +++

[PATCH 3/3] kobject: fix warnings use pr_* to replace printk

2018-10-30 Thread Bo YU
Fix warning from checkpatch.pl use pr_* to replace printk Signed-off-by: Bo YU --- lib/kobject_uevent.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 27c6118afd1c..c87a96c4800e 100644 --- a/lib/kobject_uevent.c +++