Re: [PATCH] lp: fix switch-case indentation
From: Greg KH
Date: Mon Apr 27 2026 - 07:45:45 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.
>
> No functional change.
That's nice, but for old code like this, there is no need to run
checkpatch on it. If you wish to do checkpatch cleanups, please stick
to drivers/staging/ or other subsystems that allow this. Otherwise it's
a constant churn on the codebase for not a good reason (i.e. only do it
when you are actually making a fix/feature).
thanks,
greg k-h