Re: [PATCH v5 1/2] usb: serial: add support for CH348
From: Johan Hovold
Date: Mon Jan 16 2023 - 03:06:44 EST
[ Please fix your mailer which generates broken Reply-To headers:
Reply-To: 20230106135338.643951-2-clabbe@xxxxxxxxxxxx
]
On Sat, Jan 14, 2023 at 10:05:18PM +0100, David Heidelberg wrote:
> Acked-by: David Heidelberg <david@xxxxxxx>
>
> > + int i;
> > +
> > + for (i = 1; i < CH348_MAXPORT; ++i) {
>
> One nitpick; it would be nice to have a "for" loop from C99+.
No, I prefer this as it stands (and we only have about 80 instances of
such fancy stuff outside of tooling it seems).
Johan