projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d930e5
)
USB: opticon: Whitespace fixes in opticon driver
author
Alon Ziv
<alon+git@nolaviz.org>
Sun, 10 Oct 2010 06:32:20 +0000
(08:32 +0200)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/serial/opticon.c
b/drivers/usb/serial/opticon.c
index 4fe7c3d9ef984b53e34623f8a1587412218a33f6..eda1f9266c4eda335fea0c137de606bbd5b89938 100644
(file)
--- 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 {