From: Jiang Jian Date: Tue, 21 Jun 2022 07:00:32 +0000 (+0800) Subject: Input: cyapa_gen6 - aligned "*" each line X-Git-Tag: v6.0-rc1~33^2^2~40 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0efff5c0e5bc34656c8ba2d940ee0d1f02962524;p=linux-block.git Input: cyapa_gen6 - aligned "*" each line Consider * alignment in comments Signed-off-by: Jiang Jian Link: https://lore.kernel.org/r/20220621070032.30072-1-jiangjian@cdjrlc.com Signed-off-by: Dmitry Torokhov --- 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;