OSDN Git Service

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)
commitf8da055aafec0483c12132554504ec683868c655
tree647944c43633bd4b8b3d08e82ac318336b1d222a
parentae59c465417a726453f36fc6167e92b14e8bda36
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>
drivers/staging/sm750fb/ddk750_chip.c