Input: touchscreen - fix coding style issue
This patch fixes the coding style problem reported by checkpatch.pl as below: ERROR: foo* bar should be "foo *bar" Signed-off-by: Hardik Singh Rathore <hardiksingh.k@gmail.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:

committed by
Dmitry Torokhov

父節點
0b9f28fed3
當前提交
249d1bb229
@@ -51,7 +51,7 @@ struct ektf2127_ts {
|
||||
struct touchscreen_properties prop;
|
||||
};
|
||||
|
||||
static void ektf2127_parse_coordinates(const u8* buf, unsigned int touch_count,
|
||||
static void ektf2127_parse_coordinates(const u8 *buf, unsigned int touch_count,
|
||||
struct input_mt_pos *touches)
|
||||
{
|
||||
int index = 0;
|
||||
|
Reference in New Issue
Block a user