aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Ziv <alon+git@nolaviz.org>2010-10-10 02:32:20 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:22:10 -0400
commitc6f694af8318a526c639306d9d07ee33cb7c168a (patch)
treeeaa3fb22e93d56dd493ad37fe1355f4b7827d7d5
parent0d930e51cfe6f748339d7d13b3fad2b91a1d92c2 (diff)
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>
-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)
108 else 108 else
109 priv->rts = true; 109 priv->rts = true;
110 } else { 110 } else {
111 dev_dbg(&priv->udev->dev, 111 dev_dbg(&priv->udev->dev,
112 "Unknown data packet received from the device:" 112 "Unknown data packet received from the device:"
113 " %2x %2x\n", 113 " %2x %2x\n",
114 data[0], data[1]); 114 data[0], data[1]);
115 } 115 }
116 } 116 }
117 } else { 117 } else {