]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 9ad6045720c44e5f35a8217a8a3ca8a72d00fb0e..d3d6b54c57914c52c13f0dcb8205358c927c9e92 100644 (file)
@@ -106,7 +106,6 @@ static struct sdw_intel_ctx
 
        /* Create SDW Master devices */
        for (i = 0; i < count; i++) {
-
                link->res.irq = res->irq;
                link->res.registers = res->mmio_base + SDW_LINK_BASE
                                        + (SDW_LINK_SIZE * i);