All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/tty/pty.c: Fix typo 'peform' -> 'perform'
@ 2025-07-27  2:32 Ignacio Peña
  0 siblings, 0 replies; only message in thread
From: Ignacio Peña @ 2025-07-27  2:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ignacio Pena

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.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 8bb1a01fe..54b8f6416 100644
--- a/drivers/tty/pty.c
+++ b/drivers/tty/pty.c
@@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty,
  *	@ws: window size being set.
  *
  *	Update the termios variables and send the necessary signals to
- *	peform a terminal resize correctly
+ *	perform a terminal resize correctly
  */
 
 static int pty_resize(struct tty_struct *tty,  struct winsize *ws)
-- 
2.50.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-27  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  2:32 [PATCH] drivers/tty/pty.c: Fix typo 'peform' -> 'perform' Ignacio Peña

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.