soundwire: add a blank line between functions
authorVinod Koul <vkoul@kernel.org>
Thu, 2 May 2019 10:59:29 +0000 (16:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 15:17:51 +0000 (17:17 +0200)
commit897fe40e5227bc11365980a772dac4a16d56f8ca
tree6c3e54af4403f86f768ef59e7fa25cb2ddba7e65
parent1824dd8035fceb337801bed76515eceda8d7af6b
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>
drivers/soundwire/stream.c