Re: [PATCH] ptmx: adding handshake support

From: Randy Dunlap
Date: Mon Apr 14 2008 - 16:04:55 EST


On Mon, 14 Apr 2008 22:39:21 +0200 sander van ginkel wrote:

> Corrected the last issues

Not AFAICT. There's no full changelog/description here...
and see below.


> Signed-off-by: Sander van Ginkel <sander@xxxxxxxxxxxxx>
>
> ===================================================================
>
> diff -pru linux-2.6.25-rc8.orig/drivers/char/pty.c
> linux-2.6.25-rc8/drivers/char/pty.c
> --- linux-2.6.25-rc8.orig/drivers/char/pty.c 2008-04-01
> 21:44:26.000000000 +0200
> +++ linux-2.6.25-rc8/drivers/char/pty.c 2008-04-14 23:01:56.000000000
> +0200
> @@ -196,6 +196,7 @@ static void pty_flush_buffer(struct tty_
>
> static int pty_open(struct tty_struct *tty, struct file * filp)
> {
> + unsigned int *mcrmsr;

Something converted tabs to spaces throughout the entire patch.


> int retval = -ENODEV;
>
> if (!tty || !tty->link)

---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/