staging: rts5208: Spacing
authorWayne Porter <wporter82@gmail.com>
Tue, 11 Oct 2016 21:56:43 +0000 (21:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:01 +0000 (10:27 +0200)
Adding space around operator for better readability and to stop
checkpatch check messages

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_card.c

index d7dd504..657d2da 100644 (file)
@@ -652,7 +652,7 @@ int switch_ssc_clock(struct rtsx_chip *chip, int clk)
                return STATUS_FAIL;
        }
 
-       mcu_cnt = (u8)(125/clk + 3);
+       mcu_cnt = (u8)(125 / clk + 3);
        if (mcu_cnt > 7)
                mcu_cnt = 7;