staging: vt6656: fix indentation on break statement
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>
This commit is contained in:
parent
6195988510
commit
57744c8d5c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue