From: Colin Ian King Date: Tue, 26 Aug 2025 08:17:12 +0000 (+0100) Subject: USB: serial: oti6858: remove extranenous ; after comment X-Git-Tag: v6.18-rc1~76^2~1^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3a333f8ac1645b5f6a9d5f0a33c8523c1cedb94;p=thirdparty%2Fkernel%2Flinux.git USB: serial: oti6858: remove extranenous ; after comment There is a redundant semicolon after a comment, remove it. Signed-off-by: Colin Ian King Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c index 24068368892c9..bd206cb9cc08d 100644 --- a/drivers/usb/serial/oti6858.c +++ b/drivers/usb/serial/oti6858.c @@ -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)