Преглед изворни кода

pty: Fix a comment

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>
Alan Cox пре 16 година
родитељ
комит
620df3c0a5
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      drivers/char/pty.c

+ 0 - 1
drivers/char/pty.c

@@ -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;