Commit c6f694af authored by Alon Ziv's avatar Alon Ziv Committed by Greg Kroah-Hartman

USB: opticon: Whitespace fixes in opticon driver

Signed-off-by: default avatarAlon Ziv <alon-git@nolaviz.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0d930e51
...@@ -108,10 +108,10 @@ static void opticon_bulk_callback(struct urb *urb) ...@@ -108,10 +108,10 @@ static void opticon_bulk_callback(struct urb *urb)
else else
priv->rts = true; priv->rts = true;
} else { } else {
dev_dbg(&priv->udev->dev, dev_dbg(&priv->udev->dev,
"Unknown data packet received from the device:" "Unknown data packet received from the device:"
" %2x %2x\n", " %2x %2x\n",
data[0], data[1]); data[0], data[1]);
} }
} }
} else { } else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment