public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	Kernel development list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] TTY: fix typos
Date: Thu, 20 Aug 2009 12:29:15 -0700	[thread overview]
Message-ID: <20090820192915.GB15574@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0908201523010.2670-100000@iolanthe.rowland.org>

On Thu, Aug 20, 2009 at 03:23:47PM -0400, Alan Stern wrote:
> This patch (as1282) fixes some obvious typos in the TTY core.
> 
> Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
> CC: Alan Cox <alan@lxorguk.ukuu.org.uk>

Ick, this looks like it needs to go in for .31, right?

thanks,

greg k-h


> Index: usb-2.6/drivers/char/tty_port.c
> ===================================================================
> --- usb-2.6.orig/drivers/char/tty_port.c
> +++ usb-2.6/drivers/char/tty_port.c
> @@ -100,7 +100,7 @@ EXPORT_SYMBOL(tty_port_tty_set);
>  static void tty_port_shutdown(struct tty_port *port)
>  {
>  	if (port->ops->shutdown &&
> -		test_and_clear_bit(ASYNC_INITIALIZED, &port->flags))
> +		test_and_clear_bit(ASYNCB_INITIALIZED, &port->flags))
>  			port->ops->shutdown(port);
>  	
>  }
> @@ -311,7 +311,7 @@ int tty_port_close_start(struct tty_port
>  			port->ops->drop(port);
>  		return 0;
>  	}
> -	set_bit(ASYNC_CLOSING, &port->flags);
> +	set_bit(ASYNCB_CLOSING, &port->flags);
>  	tty->closing = 1;
>  	spin_unlock_irqrestore(&port->lock, flags);
>  	/* Don't block on a stalled port, just pull the chain */

  reply	other threads:[~2009-08-20 19:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-20 19:23 [PATCH] TTY: fix typos Alan Stern
2009-08-20 19:29 ` Greg KH [this message]
2009-08-20 19:34   ` Alan Stern
2009-08-20 20:42     ` Greg KH
2009-08-20 22:00   ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090820192915.GB15574@kroah.com \
    --to=greg@kroah.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox