summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-04-02 22:57:55 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-04-03 11:10:27 +0200
commite261e69e2d16b69eb712123b9e73bac50282b6a7 (patch)
tree88c658f62d529d774460632c03377956247384a4 /drivers/staging/sm750fb
parent6ad6b5ed3e2472b399b567a2f036006bf25df467 (diff)
downloadop-kernel-dev-e261e69e2d16b69eb712123b9e73bac50282b6a7.zip
op-kernel-dev-e261e69e2d16b69eb712123b9e73bac50282b6a7.tar.gz
Staging: sm750fb: Fixed indent of switch-case
Fixed indent of switch-case by adding space using tabs. Problem found using checkpatch.pl ERROR: space required after that ';' (ctx:VxV) Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb')
-rw-r--r--drivers/staging/sm750fb/ddk750_chip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c
index 70d65d1..cd1508a 100644
--- a/drivers/staging/sm750fb/ddk750_chip.c
+++ b/drivers/staging/sm750fb/ddk750_chip.c
@@ -245,7 +245,8 @@ unsigned int ddk750_getVMSize(void)
case MISC_CTRL_LOCALMEM_SIZE_64M:
data = MB(64); break; /* 64 Mega byte */
default:
- data = 0;break;
+ data = 0;
+ break;
}
return data;
OpenPOWER on IntegriCloud