Skip to content

Commit

Permalink
pty: Fix a comment
Browse files Browse the repository at this point in the history
We fixed the globals, so now fix the comment

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jun 11, 2009
1 parent 4b6ae89 commit 620df3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

#include <asm/system.h>

/* 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;
Expand Down

0 comments on commit 620df3c

Please sign in to comment.