projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4415b44
)
soundwire: intel: remove empty line after braces
author
Vinod Koul
<vkoul@kernel.org>
Thu, 2 May 2019 10:59:22 +0000
(16:29 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/soundwire/intel_init.c
b/drivers/soundwire/intel_init.c
index 9ad6045720c44e5f35a8217a8a3ca8a72d00fb0e..d3d6b54c57914c52c13f0dcb8205358c927c9e92 100644
(file)
--- a/
drivers/soundwire/intel_init.c
+++ b/
drivers/soundwire/intel_init.c
@@
-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);