staging: pi433: rf69.c style fix - trailing statements
authorMarcin Ciupak <marcin.s.ciupak@gmail.com>
Wed, 11 Oct 2017 19:23:26 +0000 (21:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 13:56:32 +0000 (15:56 +0200)
commit4a74749a50a8f143df53a9ff139236790f1f6fd3
treec49af0b4fab75526284ca4ece2c6d464fa32e51c
parent69af5d92da20f9e0487f33623627e5b9068dfd5c
staging: pi433: rf69.c style fix - trailing statements

This patch fixes the following checkpatch.pl error:

ERROR: trailing statements should be on next line

in rf69.c file as requested by TODO file.

Note:
ERROR: spaces required around that '=' (ctx:VxV)
remains valid here and is going to be fixed by the next patch in set.

Additionally some style warnings remain valid here and could be fixed by
another patch.

Signed-off-by: Marcin Ciupak <marcin.s.ciupak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c