Skip to content

Commit

Permalink
usb: serial: keyspan: fixed coding style issues
Browse files Browse the repository at this point in the history
fixed coding style issues.

Signed-off-by: Stefan Hubner <s.hubner@tilburguniversity.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Stefan Hubner authored and Greg Kroah-Hartman committed Jan 12, 2013
1 parent f8be6bf commit a8ffa0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/serial/keyspan.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static void usa26_indat_callback(struct urb *urb)
endpoint = usb_pipeendpoint(urb->pipe);

if (status) {
dev_dbg(&urb->dev->dev,"%s - nonzero status: %x on endpoint %d.\n",
dev_dbg(&urb->dev->dev, "%s - nonzero status: %x on endpoint %d.\n",
__func__, status, endpoint);
return;
}
Expand Down Expand Up @@ -532,7 +532,7 @@ static void usa28_instat_callback(struct urb *urb)

/*
dev_dbg(&urb->dev->dev,
"%s %x %x %x %x %x %x %x %x %x %x %x %x", __func__,
"%s %x %x %x %x %x %x %x %x %x %x %x %x", __func__,
data[0], data[1], data[2], data[3], data[4], data[5],
data[6], data[7], data[8], data[9], data[10], data[11]);
*/
Expand Down

0 comments on commit a8ffa0b

Please sign in to comment.