From 7b97b3ad70949b0dd89e97d041b5706bcf278780 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Mon, 28 Mar 2022 15:36:08 +0800 Subject: [PATCH] input/touchscreen: Fix the typo error Signed-off-by: Xiang Xiao --- drivers/input/touchscreen_upper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/touchscreen_upper.c b/drivers/input/touchscreen_upper.c index 177e6a91606..6c260d905af 100644 --- a/drivers/input/touchscreen_upper.c +++ b/drivers/input/touchscreen_upper.c @@ -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);