Skip to content

Commit

Permalink
fix: enclosing the condition in parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagoda committed Oct 31, 2021
1 parent 04ec1b3 commit 3799afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch34x.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ static int ch34x_write( struct usb_serial_port *port,
static unsigned int ch34x_write_room( struct tty_struct *tty )
{
struct usb_serial_port *port = tty->driver_data;
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
#elif (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27))
static int ch34x_write_room( struct tty_struct *tty )
{
struct usb_serial_port *port = tty->driver_data;
Expand Down

0 comments on commit 3799afb

Please sign in to comment.