Re: [PATCH] input: evdev: fixed case statements
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-05-12 21:31:03
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-05-12 21:31:03
Also in:
lkml
Hi Paul, On Fri, Apr 01, 2022 at 04:58:42PM -0500, Paul Lemmermann wrote:
Fixed case statements which have more than one operation on a single line. Found using checkpatch.pl.
While checkpatch.pl is often a useful tool, in this case the original code presents the information in a condensed but understandable way. I do not see a reason to change it just to appease a tool. Thanks. -- Dmitry