Skip to content

Commit

Permalink
staging: sm750fb: Change "foo * bar" style to "foo *bar"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Helen Fornazier authored and Greg Kroah-Hartman committed Mar 26, 2015
1 parent ae59c46 commit f8da055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/sm750fb/ddk750_chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f8da055

Please sign in to comment.