Re: [PATCH v2 3/6] drivers: usb: serial: mos7840: fix coding style warnings
From: Johan Hovold
Date: Tue Feb 11 2025 - 04:28:29 EST
On Fri, Oct 25, 2024 at 02:17:12PM +0800, Tony Chung wrote:
> fix coding style warning of
> "Missing a blank line after declarations"
Just say:
Add blank lines after declarations to improve readability.
Johan