From: Alon Ziv Date: Sun, 10 Oct 2010 06:32:20 +0000 (+0200) Subject: USB: opticon: Whitespace fixes in opticon driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c6f694af8318a526c639306d9d07ee33cb7c168a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git USB: opticon: Whitespace fixes in opticon driver Signed-off-by: Alon Ziv Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/serial/opticon.c b/drivers/usb/serial/opticon.c index 4fe7c3d9ef98..eda1f9266c4e 100644 --- a/drivers/usb/serial/opticon.c +++ b/drivers/usb/serial/opticon.c @@ -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 {