diff mbox series

[RESEND.] HID: multitouch: Remove useless comment

Message ID AC49086C675C6E0F+20241212090808.18988-1-wangyuli@uniontech.com (mailing list archive)
State New
Delegated to: Jiri Kosina
Headers show
Series [RESEND.] HID: multitouch: Remove useless comment | expand

Commit Message

WangYuli Dec. 12, 2024, 9:08 a.m. UTC
There's an empty comment at the beginning of hid-multitoch.c.
Just discard it.

Signed-off-by: WangYuli <wangyuli@uniontech.com>
---
 drivers/hid/hid-multitouch.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index 785743036647..5985ea843194 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -20,9 +20,6 @@ 
  *  Copyright (c) 2010      Canonical, Ltd.
  */
 
-/*
- */
-
 /*
  * This driver is regularly tested thanks to the test suite in hid-tools[1].
  * Please run these regression tests before patching this module so that