diff mbox series

Input: cyapa_gen6 - aligned "*" each line

Message ID 20220621070032.30072-1-jiangjian@cdjrlc.com (mailing list archive)
State Mainlined
Commit 0efff5c0e5bc34656c8ba2d940ee0d1f02962524
Headers show
Series Input: cyapa_gen6 - aligned "*" each line | expand

Commit Message

Jiang Jian June 21, 2022, 7 a.m. UTC
Consider * alignment in comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/input/mouse/cyapa_gen6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Dmitry Torokhov June 29, 2022, 5:08 a.m. UTC | #1
On Tue, Jun 21, 2022 at 03:00:32PM +0800, Jiang Jian wrote:
> Consider * alignment in comments
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>

Applied, thank you.
diff mbox series

Patch

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;