]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
staging: pi433: rf69.c style fix - that open brace
authorMarcin Ciupak <marcin.s.ciupak@gmail.com>
Thu, 10 Aug 2017 15:43:32 +0000 (17:43 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Aug 2017 00:55:48 +0000 (17:55 -0700)
commit9391cb316076a169916815ee4f90d1264896ccb6
treedf40f4a12ab7152282ea69f9c4a1318bc1efe696
parent35acd78f05560711a0d1798fd3b6b33339a6ccf6
staging: pi433: rf69.c style fix - that open brace

This patch fixes the following checkpatch.pl error:

ERROR: that open brace { should be on the previous line

in rf69.c file as requested by TODO file.

Note:
ERROR: else should follow close brace '}'
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