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

From: Andy Shevchenko
Date: Tue Jun 19 2018 - 16:07:24 EST


On Tue, Jun 19, 2018 at 10:55 PM, John Whitmore <johnfwhitmore@xxxxxxxxx> 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