[media] gspca_sn9c20x: Whitespace fixes
authorHans de Goede <hdegoede@redhat.com>
Sat, 12 May 2012 08:43:49 +0000 (05:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 14 May 2012 12:36:44 +0000 (09:36 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/sn9c20x.c

index f35f1a0..1758ed9 100644 (file)
@@ -1980,8 +1980,8 @@ static int sd_isoc_init(struct gspca_dev *gspca_dev)
 
                if (intf->num_altsetting != 9) {
                        pr_warn("sn9c20x camera with unknown number of alt "
-                               "settings (%d), please report!\n",
-                               intf->num_altsetting);
+                               "settings (%d), please report!\n",
+                               intf->num_altsetting);
                        gspca_dev->alt = intf->num_altsetting;
                        return 0;
                }