* [PATCH][next] USB: serial: remove extranenous ; after comment
@ 2025-08-26 8:17 Colin Ian King
2025-08-26 10:05 ` Johan Hovold
0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2025-08-26 8:17 UTC (permalink / raw)
To: Johan Hovold, Greg Kroah-Hartman, linux-usb; +Cc: kernel-janitors, linux-kernel
There is a redundant semicolon after a comment, remove it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/usb/serial/oti6858.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/serial/oti6858.c b/drivers/usb/serial/oti6858.c
index 24068368892c..bd206cb9cc08 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)
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][next] USB: serial: remove extranenous ; after comment
2025-08-26 8:17 [PATCH][next] USB: serial: remove extranenous ; after comment Colin Ian King
@ 2025-08-26 10:05 ` Johan Hovold
2025-08-26 10:16 ` Colin King (gmail)
0 siblings, 1 reply; 3+ messages in thread
From: Johan Hovold @ 2025-08-26 10:05 UTC (permalink / raw)
To: Colin Ian King
Cc: Greg Kroah-Hartman, linux-usb, kernel-janitors, linux-kernel
On Tue, Aug 26, 2025 at 09:17:12AM +0100, Colin Ian King wrote:
> There is a redundant semicolon after a comment, remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Next time, please include the driver name in the commit summary prefix
(i.e. "USB: serial: oti6858: ...").
I fixed it up when applying.
Johan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] USB: serial: remove extranenous ; after comment
2025-08-26 10:05 ` Johan Hovold
@ 2025-08-26 10:16 ` Colin King (gmail)
0 siblings, 0 replies; 3+ messages in thread
From: Colin King (gmail) @ 2025-08-26 10:16 UTC (permalink / raw)
To: Johan Hovold; +Cc: Greg Kroah-Hartman, linux-usb, kernel-janitors, linux-kernel
[-- Attachment #1.1.1: Type: text/plain, Size: 446 bytes --]
On 26/08/2025 11:05, Johan Hovold wrote:
> On Tue, Aug 26, 2025 at 09:17:12AM +0100, Colin Ian King wrote:
>> There is a redundant semicolon after a comment, remove it.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
My bad, will do next time. Apologies.
>
> Next time, please include the driver name in the commit summary prefix
> (i.e. "USB: serial: oti6858: ...").
>
> I fixed it up when applying.
>
> Johan
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 4901 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-26 10:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 8:17 [PATCH][next] USB: serial: remove extranenous ; after comment Colin Ian King
2025-08-26 10:05 ` Johan Hovold
2025-08-26 10:16 ` Colin King (gmail)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).