aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2013-10-14 10:36:10 +0900
committerMark Brown <[email protected]>2013-10-15 13:14:03 +0100
commit3cb7b407ce84e5756076f64bf4341cc101955966 (patch)
treee9ee36b61d3ac3bc0d8da553ed39db5be7f2fbed
parentfb30a1819a4315091cb731403ebf74ff1a490f43 (diff)
spi: tegra20-slink: Fix checkpatch issue
Fix the following checkpatch warning. WARNING: space prohibited before semicolon Signed-off-by: Jingoo Han <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--drivers/spi/spi-tegra20-slink.c2
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(
{
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;