spi: tegra20-slink: Fix checkpatch issue
Fix the following checkpatch warning. WARNING: space prohibited before semicolon Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
Родитель
fb30a1819a
Коммит
3cb7b407ce
|
@ -278,7 +278,7 @@ static unsigned tegra_slink_calculate_curr_xfer_param(
|
|||
{
|
||||
unsigned remain_len = t->len - tspi->cur_pos;
|
||||
unsigned max_word;
|
||||
unsigned bits_per_word ;
|
||||
unsigned bits_per_word;
|
||||
unsigned max_len;
|
||||
unsigned total_fifo_words;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче