From ccfba09b7a23632b6a8c1d8731fcdbf778e148b1 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 20 May 2024 12:30:34 -0400 Subject: kernel: tty: Remove useless comment Signed-off-by: Ian Moffett --- sys/kern/kern_tty.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys') diff --git a/sys/kern/kern_tty.c b/sys/kern/kern_tty.c index e563ad8..e47c2e2 100644 --- a/sys/kern/kern_tty.c +++ b/sys/kern/kern_tty.c @@ -124,10 +124,6 @@ __tty_flush(struct tty *tty) return count; } -/* - * Device structure routine for reading a - * TTY device file. - */ static int tty_dev_read(struct device *dev, struct sio_txn *sio) { -- cgit v1.2.3