staging: most: Indent function parameter.
Indent the parameters for a function call that extends past 80 characters. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
ed49a3bd56
Коммит
92d01a5615
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче