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:
Quytelda Kahja 2018-03-06 01:34:08 -08:00 коммит произвёл Greg Kroah-Hartman
Родитель ed49a3bd56
Коммит 92d01a5615
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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