staging: pi433: style fix - space after asterisk
authorMarcin Ciupak <marcin.s.ciupak@gmail.com>
Tue, 8 Aug 2017 13:54:13 +0000 (15:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Aug 2017 00:54:26 +0000 (17:54 -0700)
commit35acd78f05560711a0d1798fd3b6b33339a6ccf6
treeced36c1282119b69a7e1033fa1fffccbac3035cc
parent62f39d49d168fcb405b833f3f864d49a01017ad9
staging: pi433: style fix - space after asterisk

This patch is intended to fix coding style issues in order to comply
with kernel coding style guide as requested by TODO file.

It fixes the following checkpatch.pl error:

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

Note:
"WARNING: line over 80 characters" remains valid here and could be fixed
by another patch.

Signed-off-by: Marcin Ciupak <marcin.s.ciupak@gmail.com>
Reviewed-by: Marcus Wolf <linux@wolf-entwicklungen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c
drivers/staging/pi433/rf69.h