From: Vinod Koul Date: Thu, 2 May 2019 10:59:21 +0000 (+0530) Subject: soundwire: cadence: remove empty line after braces X-Git-Tag: v5.4-rc1~1074^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4415b443ca08e1e230c818361235cd10527cbb82;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/soundwire/cadence_master.c b/drivers/soundwire/cadence_master.c index 0fdc17b..682789b 100644 --- a/drivers/soundwire/cadence_master.c +++ b/drivers/soundwire/cadence_master.c @@ -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;