[PATCH] HID: multitouch: Remove useless comment

From: WangYuli
Date: Wed Nov 13 2024 - 07:00:01 EST


There's an empty comment at the beginning of hid-multitoch.c.
Just discard it.

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

diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c
index e936019d21fe..d6633eb003a4 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
--
2.47.0