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)
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

index debb67882df4df525e3695d6ae427675776a5287..d01060dbee9625a3b16e82124541b2a7059554b0 100644 (file)
@@ -52,6 +52,7 @@ static int sdw_find_row_index(int row)
        pr_warn("Requested row not found, selecting lowest row no: 48\n");
        return 0;
 }
+
 static int _sdw_program_slave_port_params(struct sdw_bus *bus,
                                          struct sdw_slave *slave,
                                          struct sdw_transport_params *t_params,