projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
897fe40
)
soundwire: remove multiple blank lines
author
Vinod Koul
<vkoul@kernel.org>
Thu, 2 May 2019 10:59:30 +0000
(16:29 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:52 +0000
(17:17 +0200)
Multi-blank lines do not help readability so remove them
Checkpatch complains:
CHECK: Please don't use multiple blank lines
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/soundwire/sdw_registers.h
patch
|
blob
|
history
diff --git
a/include/linux/soundwire/sdw_registers.h
b/include/linux/soundwire/sdw_registers.h
index e75b2e3cf93d267cf856596629a5d80051a4e47b..a686f7988156f957e2ca623436025f4b48a78954 100644
(file)
--- a/
include/linux/soundwire/sdw_registers.h
+++ b/
include/linux/soundwire/sdw_registers.h
@@
-73,7
+73,6
@@
#define SDW_SCP_INTSTAT2_SCP3_CASCADE BIT(7)
#define SDW_SCP_INTSTAT2_PORT4_10 GENMASK(6, 0)
-
#define SDW_SCP_INTSTAT3 0x43
#define SDW_SCP_INTSTAT3_PORT11_14 GENMASK(3, 0)