]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
staging: vt6656: fix indentation on break statement
authorColin Ian King <colin.king@canonical.com>
Wed, 19 Jun 2019 16:54:05 +0000 (17:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jun 2019 12:32:07 +0000 (14:32 +0200)
The break statement is indented one level too deep, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Quentin Deslandes <quentin.deslandes@itdev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/card.c

index 08fc03d8740ed82f17ab17f06de2701db53a97c3..56cd77fd9ea021d9849b0e4ed5a1abc26bc9c7a6 100644 (file)
@@ -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;