staging: sm750fb: fix indentation of pointer operator
authorAnatoly Stepanov <drivengroove@gmail.com>
Sun, 28 Jun 2015 23:43:58 +0000 (02:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2015 01:29:41 +0000 (18:29 -0700)
commite188ea325d2419164691d6347b4ff7a4128f64b6
treea6c45f09061b5998c957c4a47f7c43b2cd26ccc4
parent6d1b3d64cdc5f22452784ade42ebbc2382a7010e
staging: sm750fb: fix indentation of pointer operator

Fix indentation of pointer operator '*' according to checkpatch.pl message:
"ERROR: 'foo* bar' should be 'foo *bar' "

Signed-off-by: Anatoly Stepanov <drivengroove@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750_hw.c