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

index 0fdc17b995fc9f4024ec557e67fc2f2a75d993c6..682789bb8ab30bcd40df538817c01f4bae056a56 100644 (file)
@@ -574,7 +574,6 @@ irqreturn_t sdw_cdns_irq(int irq, void *dev_id)
        }
 
        if (int_status & CDNS_MCP_INT_CTRL_CLASH) {
-
                /* Slave is driving bit slot during control word */
                dev_err_ratelimited(cdns->dev, "Bus clash for control word\n");
                int_status |= CDNS_MCP_INT_CTRL_CLASH;