hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/input/touchscreen/ektf2127.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Driver for ELAN eKTF2127 i2c touchscreen controller
34 *
45 * For this driver the layout of the Chipone icn8318 i2c
56 * touchscreencontroller is used.
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
117 *
128 * Author:
139 * Michel Verlaan <michel.verl@gmail.com>
....@@ -51,7 +47,7 @@
5147 struct touchscreen_properties prop;
5248 };
5349
54
-static void ektf2127_parse_coordinates(const u8* buf, unsigned int touch_count,
50
+static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
5551 struct input_mt_pos *touches)
5652 {
5753 int index = 0;