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:
Helen Fornazier
2015-03-26 14:09:20 -03:00
committed by Greg Kroah-Hartman
parent ae59c46541
commit f8da055aaf

View File

@@ -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;