drivers: char: misc: Replace "foo * bar" with "foo *bar".
authorVarsha Rao <rvarsha016@gmail.com>
Fri, 7 Apr 2017 11:28:54 +0000 (16:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:53:06 +0000 (17:53 +0200)
commit65ebd3dfe79553b294f893ad2b6f54f8b8680e44
tree4ec4b33e8b558d07c5c101a60f80239855fd02da
parent0642bac7da4240912c3e923a7d1c47af3dd89b9d
drivers: char: misc: Replace "foo * bar" with "foo *bar".

Remove space after * in pointer type, to follow linux coding style. This
patch fixes the following checkpatch issue:

ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/misc.c