2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-12 23:54:19 +08:00

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 committed by Greg Kroah-Hartman
parent ed49a3bd56
commit 92d01a5615

View File

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