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:
Hardik Singh Rathore
2018-12-21 01:06:42 -08:00
committed by Dmitry Torokhov
父節點 0b9f28fed3
當前提交 249d1bb229
共有 5 個文件被更改,包括 8 次插入8 次删除

查看文件

@@ -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;