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

From: Andy Shevchenko
Date: Tue Jun 19 2018 - 16:09:39 EST


On Tue, Jun 19, 2018 at 10:55 PM, John Whitmore <johnfwhitmore@xxxxxxxxx> 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, 1: Set MPDUDensity=2(32k) for Realtek AP and set MPDUDensity=0(8k) for others
> + * 8190 only, Realtek proprietary aggregation mode Set MPDUDensity=2,
> + * 1: Set MPDUDensity=2(32k) for Realtek AP
> + * and set MPDUDensity=0(8k) for others
> */

This is just an example how it should NOT be done.
The original looks better than the result in terms of understanding.

Had you (re-)read the result?

--
With Best Regards,
Andy Shevchenko