]> asedeno.scripts.mit.edu Git - linux.git/commit
soundwire: cadence: remove empty line after braces
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:21 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:50 +0000 (17:17 +0200)
commit4415b443ca08e1e230c818361235cd10527cbb82
tree584f0458c62d848f5195ea854bda991337775b43
parentfa358bb536b96a9c920bc4156664587412c57b2c
soundwire: cadence: remove empty line after braces

Linux code style doesn't expect empty lines after braces and
gives warning:

CHECK: Blank lines aren't necessary after an open brace '{'

Remove the empty line in cadence lib

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/soundwire/cadence_master.c