diff options
| author | Marek Vasut <[email protected]> | 2024-07-20 14:40:40 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-22 10:53:05 -0600 |
| commit | 1016f0c52647d91c871b0a0738d03e50f6968625 (patch) | |
| tree | 4b575d2de3f8680a3ca6598c88e39ece1961a3a5 /drivers/input | |
| parent | 03b236a32b36075cf72646b8946118271ee28b2a (diff) | |
drivers: input: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/cros_ec_keyb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/cros_ec_keyb.c b/drivers/input/cros_ec_keyb.c index 0917ee20fed..dd1e1bc468e 100644 --- a/drivers/input/cros_ec_keyb.c +++ b/drivers/input/cros_ec_keyb.c @@ -28,7 +28,6 @@ struct cros_ec_keyb_priv { int ghost_filter; /* 1 to enable ghost filter, else 0 */ }; - /** * Check the keyboard controller and return a list of key matrix positions * for which a key is pressed |
