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

Signed-off-by: Antonio Ospite <a...@ao2.it>
Cc: Hans de Goede <hdego...@redhat.com>
Cc: linux-media@vger.kernel.org
---
 drivers/media/usb/gspca/gspca.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c
index f3a7ace..f4bae98 100644
--- a/drivers/media/usb/gspca/gspca.c
+++ b/drivers/media/usb/gspca/gspca.c
@@ -870,9 +870,8 @@ 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 */
+               /* else, compute the minimum bandwidth
+                * and build the endpoint table */
                alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);
                if (alt_idx <= 0) {
                        pr_err("no transfer endpoint found\n");
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to