mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
staging: sm750fb: Remove space before closing brace
Remove space before closing brace '}'. Problem found using checkpatch.pl CHECK: Blank lines aren't necessary before a close brace '}' Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a0fd4b57ba
commit
2a66a986b4
@@ -234,7 +234,6 @@ unsigned int ddk750_getVMSize(void)
|
||||
break;
|
||||
}
|
||||
return data;
|
||||
|
||||
}
|
||||
|
||||
int ddk750_initHw(initchip_param_t *pInitParam)
|
||||
|
||||
Reference in New Issue
Block a user