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:

committed by
Greg Kroah-Hartman

parent
51ed743734
commit
62f0cec3b0
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user