commit | fa358bb536b96a9c920bc4156664587412c57b2c | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Thu May 02 16:29:20 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 02 17:17:50 2019 +0200 |
tree | 6bf7cb6e2b0839411b61deec86780d4a1547b0fb | |
parent | 171580f69ebc88370204482464804d94f78f077a [diff] |
soundwire: remove empty line before/after braces Linux code style doesn't expect empty lines before or after braces and gives warning: CHECK: Blank lines aren't necessary after an open brace '{' CHECK: Blank lines aren't necessary before a close brace '}' Fix these instances in soundwire core Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>