[PATCH 2/9] staging: rtl8192u: Correct indentation of switch statement - Coding Style

Andy Shevchenko andy.shevchenko at gmail.com
Tue Jun 19 20:07:18 UTC 2018


On Tue, Jun 19, 2018 at 10:55 PM, John Whitmore <johnfwhitmore at gmail.com> wrote:
> Removed an extra indentation from the code of the various case options in a
> switch statement.

> +               //no MCS rate
> +               for (i = 0; i <= 15; i++)
> +                       pOperateMCS[i] = 0;

This would be just memset().

> +               break;



-- 
With Best Regards,
Andy Shevchenko


More information about the devel mailing list