Re: [PATCH] usb: serial: fix: trainling statements `break` should be on next line
From: vivek yadav
Date: Mon Oct 06 2025 - 13:55:32 EST
Hi Johan,
Thanks for giving time for the review of my patch.
I understand your point and will avoid such kind of practice.
~~Vivek
On Mon, Oct 6, 2025 at 5:43 PM Johan Hovold <johan@xxxxxxxxxx> wrote:
>
> On Sat, Oct 04, 2025 at 01:31:23PM +0530, vivekyadav1207731111@xxxxxxxxx wrote:
> > From: Vivek Yadav <vivekyadav1207731111@xxxxxxxxx>
> >
> > Run `checkpatch.pl` script on path `drivers/usb/serial/*`
>
> Same here, don't do that.
>
> Johan