1
0
Fork 0

staging: rts5208: Spacing

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>
hifive-unleashed-5.1
Wayne Porter 2016-10-11 21:56:43 +00:00 committed by Greg Kroah-Hartman
parent 117b6038b2
commit 911e84a09a
1 changed files with 1 additions and 1 deletions

View 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;