Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59234e59 authored by Antonio Ospite's avatar Antonio Ospite Committed by Mauro Carvalho Chehab
Browse files

[media] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment



Fix indentation of a comment, put it on the same level of the code it
refers to.

Signed-off-by: default avatarAntonio Ospite <ao2@ao2.it>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent f461694b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -876,7 +876,6 @@ static int gspca_init_transfer(struct gspca_dev *gspca_dev)
		ep_tb[0].alt = gspca_dev->alt;
		alt_idx = 1;
	} else {

		/* else, compute the minimum bandwidth
		 * and build the endpoint table */
		alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);