On Wed, Jun 19, 2019 at 05:54:05PM +0100, Colin King wrote:
> From: Colin Ian King <colin.k...@canonical.com>
> 
> The break statement is indented one level too deep, fix this.
> 
> Signed-off-by: Colin Ian King <colin.k...@canonical.com>
> ---
>  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.deslan...@itdev.co.uk>

Regards,
Quentin

Reply via email to