Re: [PATCH] usb: serial: mos7840: Add more kinds of baud rate
From: Greg KH
Date: Tue Oct 22 2024 - 03:11:09 EST
On Tue, Oct 22, 2024 at 03:01:28PM +0800, Tony Chung wrote:
> This patch adds more kinds of baud rate support.
> also fix all the coding style errors & warnings shown by /scripts/checkpatch.pl
Hint, when you say "also" in a patch changelog, that's a huge hint you
should split this up into multiple changes.
Remember, each patch should do only one logical thing. Do not mix bug
fixes or new features or coding style changes in the same commit.
thanks,
greg k-h