public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tty: vt: Fix spelling typo in comment
@ 2023-07-26  9:10 oushixiong
  2023-07-26  9:10 ` [PATCH 2/2] tty: vt: Remove some repetitive initialization oushixiong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oushixiong @ 2023-07-26  9:10 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Jiri Slaby, Ilpo Järvinen, Samuel Thibault, Daniel Vetter,
	linux-kernel, oushixiong

Signed-off-by: oushixiong <oushixiong@kylinos.cn>
---
 drivers/tty/vt/vt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c
index 1e8e57b45688..bcdd249e47a0 100644
--- a/drivers/tty/vt/vt.c
+++ b/drivers/tty/vt/vt.c
@@ -3473,7 +3473,7 @@ static int __init con_init(void)
 		INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK);
 		tty_port_init(&vc->port);
 		visual_init(vc, currcons, 1);
-		/* Assuming vc->vc_{cols,rows,screenbuf_size} are sane here. */
+		/* Assuming vc->vc_{cols,rows,screenbuf_size} are same here. */
 		vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT);
 		vc_init(vc, vc->vc_rows, vc->vc_cols,
 			currcons || !vc->vc_sw->con_save_screen);
-- 
2.25.1


No virus found
		Checked by Hillstone Network AntiVirus

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-27 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-26  9:10 [PATCH 1/2] tty: vt: Fix spelling typo in comment oushixiong
2023-07-26  9:10 ` [PATCH 2/2] tty: vt: Remove some repetitive initialization oushixiong
2023-07-26  9:40 ` [PATCH 1/2] tty: vt: Fix spelling typo in comment Greg Kroah-Hartman
2023-07-26  9:58 ` Jiri Slaby
2023-07-27 20:45 ` Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox