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>
This commit is contained in:
parent
6ad6b5ed3e
commit
e261e69e2d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue