Re: [PATCH] usb: serial: fix: space prohibited before comma separator

From: Johan Hovold

Date: Mon Oct 06 2025 - 08:12:40 EST


On Sat, Oct 04, 2025 at 12:26:18PM +0530, vivekyadav1207731111@xxxxxxxxx wrote:
> From: Vivek Yadav <vivekyadav1207731111@xxxxxxxxx>
>
> Run `checkpatch.pl` script on path `drivers/usb/serial/*`.

Yeah, don't do that, that is, don't run checkpatch on code that's
already in the tree. Use it on your on patches before submitting them to
catch potential issues, but always use your own judgement when
considering its output.

If you just want to practise sending patches, changes like these are
accepted for drivers/staging for that purpose.

Johan