From: Alan Cox Date: Thu, 11 Jun 2009 11:45:53 +0000 (+0100) Subject: pty: Fix a comment X-Git-Tag: firefly_0821_release~13989^2~55 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=620df3c0a5b70656c4de6049825de214f108218e;p=firefly-linux-kernel-4.4.55.git pty: Fix a comment We fixed the globals, so now fix the comment Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- diff --git a/drivers/char/pty.c b/drivers/char/pty.c index 31038a0052a2..da2cb8c70c11 100644 --- a/drivers/char/pty.c +++ b/drivers/char/pty.c @@ -30,7 +30,6 @@ #include -/* These are global because they are accessed in tty_io.c */ #ifdef CONFIG_UNIX98_PTYS static struct tty_driver *ptm_driver; static struct tty_driver *pts_driver;