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:
parent
ed49a3bd56
commit
92d01a5615
@ -1473,7 +1473,8 @@ void most_deregister_interface(struct most_interface *iface)
|
|||||||
int i;
|
int i;
|
||||||
struct most_channel *c;
|
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++) {
|
for (i = 0; i < iface->num_channels; i++) {
|
||||||
c = iface->p->channel[i];
|
c = iface->p->channel[i];
|
||||||
if (c->pipe0.comp)
|
if (c->pipe0.comp)
|
||||||
|
Loading…
Reference in New Issue
Block a user