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

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

CHECK: Blank lines aren't necessary after an open brace '{'
CHECK: Blank lines aren't necessary before a close brace '}'

Fix these instances in soundwire core

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