[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210518045353.611017-1-yangyingliang@huawei.com>
Date: Tue, 18 May 2021 12:53:53 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <linux-kernel@...r.kernel.org>
CC: <jirislaby@...nel.org>, <gregkh@...uxfoundation.org>
Subject: [PATCH -next] tty: pty: correct function name pty_resize()
Fix the following make W=1 kernel build warning:
drivers/tty/pty.c:307: warning: expecting prototype for pty_do_resize(). Prototype was for pty_resize() instead
Signed-off-by: Yang Yingliang <yangyingliang@...wei.com>
---
drivers/tty/pty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c
index 9b5d4ae5d8f2..416471195e5a 100644
--- a/drivers/tty/pty.c
+++ b/drivers/tty/pty.c
@@ -295,7 +295,7 @@ static void pty_set_termios(struct tty_struct *tty,
}
/**
- * pty_do_resize - resize event
+ * pty_resize - resize event
* @tty: tty being resized
* @ws: window size being set.
*
--
2.25.1
Powered by blists - more mailing lists