Re: [PATCH] staging: rtlwifi: Fix one line with over 80 chars.

2019-01-02 Thread Dan Carpenter
On Tue, Dec 18, 2018 at 10:30:05AM -0500, Lei Zhou wrote: > Add local temporary variable used as buffer to pass caller pointer into > function ieee80211_connection_loss() to avoid over 80 characters on one > line. > Adding a temporary variable which is only used once does not improve readability.

Re: [PATCH] staging: rtlwifi: Fix one line with over 80 chars.

2018-12-18 Thread Greg KH
On Tue, Dec 18, 2018 at 10:30:05AM -0500, Lei Zhou wrote: > Add local temporary variable used as buffer to pass caller pointer into > function ieee80211_connection_loss() to avoid over 80 characters on one > line. > > Signed-off-by: Lei Zhou > --- > drivers/staging/rtlwifi/base.c | 4 +++- > 1 f

[PATCH] staging: rtlwifi: Fix one line with over 80 chars.

2018-12-18 Thread Lei Zhou
Add local temporary variable used as buffer to pass caller pointer into function ieee80211_connection_loss() to avoid over 80 characters on one line. Signed-off-by: Lei Zhou --- drivers/staging/rtlwifi/base.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/