Skip to content

Commit

Permalink
USB: cp2101: Coding style police
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 6e8fe43 commit c4e4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/serial/cp2101.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ static void cp2101_set_termios (struct usb_serial_port *port,

dbg("%s - port %d", __FUNCTION__, port->number);

if ((!port->tty) || (!port->tty->termios)) {
if (!port->tty || !port->tty->termios) {
dbg("%s - no tty structures", __FUNCTION__);
return;
}
Expand Down

0 comments on commit c4e4156

Please sign in to comment.