soundwire: more alignment fixes

Found few more issues reported checkpatch on code alignment so fix those
as well in the soundwire core.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Vinod Koul
2019-05-02 16:29:24 +05:30
committed by Greg Kroah-Hartman
parent 51ed743734
commit 62f0cec3b0
3 changed files with 17 additions and 11 deletions

View File

@@ -43,7 +43,8 @@ int sdw_add_bus_master(struct sdw_bus *bus)
if (bus->ops->read_prop) {
ret = bus->ops->read_prop(bus);
if (ret < 0) {
dev_err(bus->dev, "Bus read properties failed:%d\n", ret);
dev_err(bus->dev,
"Bus read properties failed:%d\n", ret);
return ret;
}
}