diff mbox series

[RESEND] HID: multitouch: Remove useless comment

Message ID 6F21EA8D646C3D04+20250105052809.204703-1-wangyuli@uniontech.com
State New
Headers show
Series [RESEND] HID: multitouch: Remove useless comment | expand

Commit Message

WangYuli Jan. 5, 2025, 5:28 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