Re: [PATCH] staging: vt6656: fix indentation on break statement

From: Quentin Deslandes
Date: Thu Jun 20 2019 - 04:20:04 EST


On Wed, Jun 19, 2019 at 05:54:05PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The break statement is indented one level too deep, fix this.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> drivers/staging/vt6656/card.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/vt6656/card.c b/drivers/staging/vt6656/card.c
> index 08fc03d8740e..56cd77fd9ea0 100644
> --- a/drivers/staging/vt6656/card.c
> +++ b/drivers/staging/vt6656/card.c
> @@ -166,7 +166,7 @@ static void vnt_calculate_ofdm_rate(u16 rate, u8 bb_type,
> *tx_rate = 0x8b;
> *rsv_time = 30;
> }
> - break;
> + break;
> case RATE_9M:
> if (bb_type == BB_TYPE_11A) {
> *tx_rate = 0x9f;
> --
> 2.20.1
>

Reviewed-by: Quentin Deslandes <quentin.deslandes@xxxxxxxxxxx>

Regards,
Quentin