1
0
Fork 0

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>
hifive-unleashed-5.1
Alon Ziv 2010-10-10 08:32:20 +02:00 committed by Greg Kroah-Hartman
parent 0d930e51cf
commit c6f694af83
1 changed files with 4 additions and 4 deletions

View File

@ -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 {