mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 20:34:23 -04:00
staging: sm750fb: Change "foo * bar" style to "foo *bar"
This patch fixes the checkpatch.pl error: ERROR: "foo * bar" should be "foo *bar" +int ddk750_initHw(initchip_param_t * pInitParam) Signed-off-by: Helen Fornazier <helen.fornazier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ae59c46541
commit
f8da055aaf
@@ -251,7 +251,7 @@ unsigned int ddk750_getVMSize(void)
|
||||
|
||||
}
|
||||
|
||||
int ddk750_initHw(initchip_param_t * pInitParam)
|
||||
int ddk750_initHw(initchip_param_t *pInitParam)
|
||||
{
|
||||
|
||||
unsigned int ulReg;
|
||||
|
||||
Reference in New Issue
Block a user