[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75VchsRzaADMkRam8HXb3x860mP=L3W=ELf0F1FP-notMiQ@mail.gmail.com>
Date: Tue, 19 Jun 2018 23:07:18 +0300
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: John Whitmore <johnfwhitmore@...il.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/9] staging: rtl8192u: Correct indentation of switch
statement - Coding Style
On Tue, Jun 19, 2018 at 10:55 PM, John Whitmore <johnfwhitmore@...il.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
Powered by blists - more mailing lists