staging: sm750fb: Change "foo * bar" style to "foo *bar"
authorHelen Fornazier <helen.fornazier@gmail.com>
Thu, 26 Mar 2015 17:09:20 +0000 (14:09 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 23:10:41 +0000 (00:10 +0100)
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>
drivers/staging/sm750fb/ddk750_chip.c

index b30c183f489ea9b150298764118f65cf0eea6a0f..c8a8b3ffcc740a7d9f9db4965f32f2f77ec2b4dc 100644 (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;