]> www.infradead.org Git - users/hch/misc.git/commitdiff
USB: serial: oti6858: remove extranenous ; after comment
authorColin Ian King <colin.i.king@gmail.com>
Tue, 26 Aug 2025 08:17:12 +0000 (09:17 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 26 Aug 2025 10:03:19 +0000 (12:03 +0200)
There is a redundant semicolon after a comment, remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/oti6858.c

index 24068368892c9e3157d234a15c09abb7152af854..bd206cb9cc08d4bed3b97208358585c3a1ab5789 100644 (file)
@@ -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)