Commit b3a333f8 authored by Colin Ian King's avatar Colin Ian King Committed by Johan Hovold
Browse files

USB: serial: oti6858: remove extranenous ; after comment



There is a redundant semicolon after a comment, remove it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent 1b237f19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ struct oti6858_control_pkt {
#define PIN_DTR			0x04	/* output pin */
#define PIN_RI			0x02	/* input pin, active low */
#define PIN_DCD			0x01	/* input pin, active low */
	u8	rx_bytes_avail;		/* number of bytes in rx buffer */;
	u8	rx_bytes_avail;		/* number of bytes in rx buffer */
};

#define OTI6858_CTRL_PKT_SIZE	sizeof(struct oti6858_control_pkt)