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 36d4e663db9b5c0b31c91c8242333dd840375182..d1d2bff01301650416cba7cb8c7d84c998399a37 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;
 
This page took 0.024993 seconds and 5 git commands to generate.