Commit d6badd1c authored by Vinod Koul's avatar Vinod Koul Committed by Greg Kroah-Hartman

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: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4415b443
...@@ -106,7 +106,6 @@ static struct sdw_intel_ctx ...@@ -106,7 +106,6 @@ static struct sdw_intel_ctx
/* Create SDW Master devices */ /* Create SDW Master devices */
for (i = 0; i < count; i++) { for (i = 0; i < count; i++) {
link->res.irq = res->irq; link->res.irq = res->irq;
link->res.registers = res->mmio_base + SDW_LINK_BASE link->res.registers = res->mmio_base + SDW_LINK_BASE
+ (SDW_LINK_SIZE * i); + (SDW_LINK_SIZE * i);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment