aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorAlon Ziv <alon+git@nolaviz.org>2010-10-10 08:32:20 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 10:22:10 -0700
commitc6f694af8318a526c639306d9d07ee33cb7c168a (patch)
treeeaa3fb22e93d56dd493ad37fe1355f4b7827d7d5 /drivers/usb
parentUSB: opticon: Add Opticon OPN2001 write support (diff)
downloadlinux-dev-c6f694af8318a526c639306d9d07ee33cb7c168a.tar.xz
linux-dev-c6f694af8318a526c639306d9d07ee33cb7c168a.zip
USB: opticon: Whitespace fixes in opticon driver
Signed-off-by: Alon Ziv <alon-git@nolaviz.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/serial/opticon.c8
1 files changed, 4 insertions, 4 deletions
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 {