Re: [PATCH] lp: fix switch-case indentation
From: Greg KH
Date: Fri May 22 2026 - 06:56:59 EST
On Sun, Apr 26, 2026 at 07:01:47PM +0200, dragonship20@xxxxxxxxx wrote:
> From: Antoni Wardziński <dragonship20@xxxxxxxxx>
>
> Align case labels with switch statement
> according to Linux kernel coding style.
Please don't do coding style cleanups for very old drivers that don't
need to be touched. Do it only in drivers/staging/ or if the maintainer
says they will take such changes.
thanks,
greg k-h