Skip to content

Commit b3a333f

Browse files
ColinIanKingjhovold
authored andcommitted
USB: serial: oti6858: remove extranenous ; after comment
There is a redundant semicolon after a comment, remove it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Johan Hovold <[email protected]>
1 parent 1b237f1 commit b3a333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/serial/oti6858.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct oti6858_control_pkt {
106106
#define PIN_DTR 0x04 /* output pin */
107107
#define PIN_RI 0x02 /* input pin, active low */
108108
#define PIN_DCD 0x01 /* input pin, active low */
109-
u8 rx_bytes_avail; /* number of bytes in rx buffer */;
109+
u8 rx_bytes_avail; /* number of bytes in rx buffer */
110110
};
111111

112112
#define OTI6858_CTRL_PKT_SIZE sizeof(struct oti6858_control_pkt)

0 commit comments

Comments
 (0)