staging: pi433: Make only one statement per line
authorSophie Matter <sophie.matter@web.de>
Wed, 11 Jul 2018 09:45:53 +0000 (11:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Jul 2018 11:12:34 +0000 (13:12 +0200)
commit75971225d8700ce968fe876a971d714913b845c7
treef29752e18fb31e06ab4627bcde7b2048a228651e
parent368928160477d7315a2b06cf640e34374aa36fcb
staging: pi433: Make only one statement per line

Lines containing multiple statements were broken into multiple
lines, increasing readability and complying with the coding standard.
This also fixes several checkpatch.pl errors complaining about
the lines being too long.

Signed-off-by: Sophie Matter <sophie.matter@web.de>
Signed-off-by: Rico Schrage <rico.schrage@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c