Re: [PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-23 Thread Greg Kroah-Hartman
On Wed, Jun 21, 2017 at 05:49:32PM +0530, simran singhal wrote: > Use the current logging style. > Coalesce formats where appropriate. > > Signed-off-by: simran singhal > --- > drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 34 > ++- > 1 file

Re: [PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-23 Thread Greg Kroah-Hartman
On Wed, Jun 21, 2017 at 05:49:32PM +0530, simran singhal wrote: > Use the current logging style. > Coalesce formats where appropriate. > > Signed-off-by: simran singhal > --- > drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 34 > ++- > 1 file changed, 14 insertions(+),

Re: [PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-21 Thread Joe Perches
On Wed, 2017-06-21 at 17:49 +0530, simran singhal wrote: > Use the current logging style. > Coalesce formats where appropriate. [] > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c [] > @@ -236,8 +236,8 @@

Re: [PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-21 Thread Joe Perches
On Wed, 2017-06-21 at 17:49 +0530, simran singhal wrote: > Use the current logging style. > Coalesce formats where appropriate. [] > diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c > b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c [] > @@ -236,8 +236,8 @@

[PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-21 Thread simran singhal
Use the current logging style. Coalesce formats where appropriate. Signed-off-by: simran singhal --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 34 ++- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git

[PATCH] staging: rtl8192u: ieee80211: Convert printks to pr_

2017-06-21 Thread simran singhal
Use the current logging style. Coalesce formats where appropriate. Signed-off-by: simran singhal --- drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | 34 ++- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c