Commit 92d01a56 authored by Quytelda Kahja's avatar Quytelda Kahja Committed by Greg Kroah-Hartman

staging: most: Indent function parameter.

Indent the parameters for a function call that extends past 80 characters.
Signed-off-by: default avatarQuytelda Kahja <quytelda@tamalin.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ed49a3bd
......@@ -1473,7 +1473,8 @@ void most_deregister_interface(struct most_interface *iface)
int i;
struct most_channel *c;
pr_info("deregistering device %s (%s)\n", dev_name(&iface->dev), iface->description);
pr_info("deregistering device %s (%s)\n", dev_name(&iface->dev),
iface->description);
for (i = 0; i < iface->num_channels; i++) {
c = iface->p->channel[i];
if (c->pipe0.comp)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment