drivers/media/usb/gspca/benq.c:239 sd_isoc_irq() warn: inconsistent indenting

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

diff --git a/drivers/media/usb/gspca/benq.c b/drivers/media/usb/gspca/benq.c
index 05f406deae13..790baed33963 100644
--- a/drivers/media/usb/gspca/benq.c
+++ b/drivers/media/usb/gspca/benq.c
@@ -236,8 +236,8 @@ static void sd_isoc_irq(struct urb *urb)
                }
                data = (u8 *) urb->transfer_buffer
                                        + urb->iso_frame_desc[i].offset;
-                       gspca_frame_add(gspca_dev, INTER_PACKET,
-                                       data, SD_PKT_SZ);
+               gspca_frame_add(gspca_dev, INTER_PACKET,
+                               data, SD_PKT_SZ);
        }
 
        /* resubmit the URBs */
-- 
2.1.0

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

Reply via email to