spi: tegra20-slink: Fix checkpatch issue
authorJingoo Han <jg1.han@samsung.com>
Mon, 14 Oct 2013 01:36:10 +0000 (10:36 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 15 Oct 2013 12:14:03 +0000 (13:14 +0100)
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>
drivers/spi/spi-tegra20-slink.c

index 36d4e66..d1d2bff 100644 (file)
@@ -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;