commit | 897fe40e5227bc11365980a772dac4a16d56f8ca | [log] [tgz] |
---|---|---|
author | Vinod Koul <vkoul@kernel.org> | Thu May 02 16:29:29 2019 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 02 17:17:51 2019 +0200 |
tree | 6c3e54af4403f86f768ef59e7fa25cb2ddba7e65 | |
parent | 1824dd8035fceb337801bed76515eceda8d7af6b [diff] |
soundwire: add a blank line between functions For improving code readability it helps to have a blank line between function so add when missing. Checkpatch complains: CHECK: Please use a blank line after function/struct/union/enum declarations Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>