]> asedeno.scripts.mit.edu Git - linux.git/commit
soundwire: intel: remove empty line after braces
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:22 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:51 +0000 (17:17 +0200)
commitd6badd1c15352ebd80c3eb2132f8bcc9fe3cb1d8
treeb46b8aa083e78878747fecad513185c705959cab
parent4415b443ca08e1e230c818361235cd10527cbb82
soundwire: intel: 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 intel module

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