Browse Source

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>
Jingoo Han 11 years ago
parent
commit
3cb7b407ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/spi/spi-tegra20-slink.c

+ 1 - 1
drivers/spi/spi-tegra20-slink.c

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