Re: [PATCH net-next 2/5] ceph: Convert pr_warning to pr_warn

2014-09-10 Thread Ilya Dryomov
On Wed, Sep 10, 2014 at 4:30 PM, Ilya Dryomov wrote: > On Wed, Sep 10, 2014 at 8:17 AM, Joe Perches wrote: >> Use the more common pr_warn. >> >> Other miscellanea: >> >> o Coalesce formats >> o Realign arguments >> >> Signed-off-by: Joe Perches >> --- >> net/ceph/ceph_common.c | 15 +---

Re: [PATCH net-next 2/5] ceph: Convert pr_warning to pr_warn

2014-09-10 Thread Joe Perches
On Wed, 2014-09-10 at 16:38 +0400, Ilya Dryomov wrote: > On Wed, Sep 10, 2014 at 8:17 AM, Joe Perches wrote: > > Use the more common pr_warn. > > > > Other miscellanea: > > > > o Coalesce formats > > o Realign arguments [] > > diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c [] > > @@ -282

Re: [PATCH net-next 2/5] ceph: Convert pr_warning to pr_warn

2014-09-10 Thread Ilya Dryomov
On Wed, Sep 10, 2014 at 8:17 AM, Joe Perches wrote: > Use the more common pr_warn. > > Other miscellanea: > > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches > --- > net/ceph/ceph_common.c | 15 +-- > net/ceph/messenger.c | 19 ++- > net/ceph

Re: [PATCH net-next 2/5] ceph: Convert pr_warning to pr_warn

2014-09-10 Thread Ilya Dryomov
On Wed, Sep 10, 2014 at 8:17 AM, Joe Perches wrote: > Use the more common pr_warn. > > Other miscellanea: > > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches > --- > net/ceph/ceph_common.c | 15 +-- > net/ceph/messenger.c | 19 ++- > net/ceph

[PATCH net-next 2/5] ceph: Convert pr_warning to pr_warn

2014-09-09 Thread Joe Perches
Use the more common pr_warn. Other miscellanea: o Coalesce formats o Realign arguments Signed-off-by: Joe Perches --- net/ceph/ceph_common.c | 15 +-- net/ceph/messenger.c | 19 ++- net/ceph/osd_client.c | 15 +++ net/ceph/osdmap.c | 20 +