aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 15:00:32 +0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-06-22 16:14:37 -0700
commit0efff5c0e5bc34656c8ba2d940ee0d1f02962524 (patch)
tree62f98010d8b61c300b6929da0314fc80086838e3 /drivers/input/mouse
parentInput: gpio_mouse - fix typos in comments (diff)
downloadlinux-dev-0efff5c0e5bc34656c8ba2d940ee0d1f02962524.tar.xz
linux-dev-0efff5c0e5bc34656c8ba2d940ee0d1f02962524.zip
Input: cyapa_gen6 - aligned "*" each line
Consider * alignment in comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Link: https://lore.kernel.org/r/20220621070032.30072-1-jiangjian@cdjrlc.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/mouse')
-rw-r--r--drivers/input/mouse/cyapa_gen6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/cyapa_gen6.c b/drivers/input/mouse/cyapa_gen6.c
index 812edfced86e..0caaf3e64215 100644
--- a/drivers/input/mouse/cyapa_gen6.c
+++ b/drivers/input/mouse/cyapa_gen6.c
@@ -57,7 +57,7 @@ struct pip_app_resp_head {
* The value of data_status can be the first byte of data or
* the command status or the unsupported command code depending on the
* requested command code.
- */
+ */
u8 data_status;
} __packed;