USB: opticon: Whitespace fixes in opticon driver
authorAlon Ziv <alon+git@nolaviz.org>
Sun, 10 Oct 2010 06:32:20 +0000 (08:32 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:22:10 +0000 (10:22 -0700)
Signed-off-by: Alon Ziv <alon-git@nolaviz.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/opticon.c

index 4fe7c3d..eda1f92 100644 (file)
@@ -108,10 +108,10 @@ static void opticon_bulk_callback(struct urb *urb)
                                else
                                        priv->rts = true;
                        } else {
-                       dev_dbg(&priv->udev->dev,
-                               "Unknown data packet received from the device:"
-                               " %2x %2x\n",
-                               data[0], data[1]);
+                               dev_dbg(&priv->udev->dev,
+                                       "Unknown data packet received from the device:"
+                                       " %2x %2x\n",
+                                       data[0], data[1]);
                        }
                }
        } else {