Message ID | 021947F5C0C056AD+20241113115129.31921-1-wangyuli@uniontech.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Jiri Kosina |
Headers | show |
Series | HID: multitouch: Remove useless comment | expand |
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
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(-)