diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-13 21:36:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-15 08:14:03 -0400 |
commit | 3cb7b407ce84e5756076f64bf4341cc101955966 (patch) | |
tree | e9ee36b61d3ac3bc0d8da553ed39db5be7f2fbed | |
parent | fb30a1819a4315091cb731403ebf74ff1a490f43 (diff) |
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>
-rw-r--r-- | drivers/spi/spi-tegra20-slink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-tegra20-slink.c b/drivers/spi/spi-tegra20-slink.c index 36d4e663db9b..d1d2bff01301 100644 --- a/drivers/spi/spi-tegra20-slink.c +++ b/drivers/spi/spi-tegra20-slink.c | |||
@@ -278,7 +278,7 @@ static unsigned tegra_slink_calculate_curr_xfer_param( | |||
278 | { | 278 | { |
279 | unsigned remain_len = t->len - tspi->cur_pos; | 279 | unsigned remain_len = t->len - tspi->cur_pos; |
280 | unsigned max_word; | 280 | unsigned max_word; |
281 | unsigned bits_per_word ; | 281 | unsigned bits_per_word; |
282 | unsigned max_len; | 282 | unsigned max_len; |
283 | unsigned total_fifo_words; | 283 | unsigned total_fifo_words; |
284 | 284 | ||