input/touchscreen: Fix the typo error

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-03-28 15:36:08 +08:00 committed by Petro Karashchenko
parent 3aaa7e8591
commit 7b97b3ad70

View File

@ -72,7 +72,7 @@ static int touch_open(FAR struct file *filep);
static int touch_close(FAR struct file *filep);
static ssize_t touch_read(FAR struct file *filep, FAR char *buffer,
size_t buflen);
static ssize_t touch_write(FAR struct file *filep, FAR const char *openpriv,
static ssize_t touch_write(FAR struct file *filep, FAR const char *buffer,
size_t buflen);
static int touch_ioctl(FAR struct file *filep, int cmd,
unsigned long arg);