Re: [PATCH] staging: rtlwifi: coding style fixes

2018-10-02 Thread Greg KH
On Sat, Sep 29, 2018 at 09:09:02PM +0800, Chunguang Wu wrote: > According to Documentation/process/coding-style.rst, > ``13) Printing kernel messages .. > Do not use crippled words like ``dont``; use ``do not`` or ``don't`` > instead``, > the word dont is changed to don't. > > Signed-off-by:

Re: [PATCH] staging: rtlwifi: coding style fixes

2018-10-01 Thread Dan Carpenter
On Sat, Sep 29, 2018 at 02:36:09AM -0700, Greg KH wrote: > > --- a/drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c > > +++ b/drivers/staging/rtlwifi/btcoexist/halbtcoutsrc.c > > @@ -292,7 +292,7 @@ static void halbtc_leave_lps(struct btc_coexist > > *btcoexist) > > > > if (ap_enable) { >

Re: [PATCH] staging: rtlwifi: coding style fixes

2018-09-29 Thread Greg KH
On Sat, Sep 29, 2018 at 11:47:47AM +0800, spring full wrote: > According to Documentation/process/coding-style.rst, > ``13) Printing kernel messages .. > Do not use crippled words like ``dont``; use ``do not`` or ``don't`` > instead``, > the word dont is changed to don't. > > Signed-off-by: