Re: [PATCH 3/9] staging: rtl8192u: Truncate block comments to 80 character length - Style

2018-06-19 Thread Andy Shevchenko
On Tue, Jun 19, 2018 at 10:55 PM, John Whitmore wrote: > Where possible truncation of block comments to the 80 character length > prefered by the coding style. Is it somehow automated?! > /* > -* 8190 only, Realtek proprietary aggregation mode > -* Set MPDUDensity=2,

[PATCH 3/9] staging: rtl8192u: Truncate block comments to 80 character length - Style

2018-06-19 Thread John Whitmore
Where possible truncation of block comments to the 80 character length prefered by the coding style. Signed-off-by: John Whitmore --- .../rtl8192u/ieee80211/rtl819x_HTProc.c | 157 +++--- 1 file changed, 98 insertions(+), 59 deletions(-) diff --git