public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Peter Hurley <peter@hurleysoftware.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: gregkh@linuxfoundation.org, jslaby@suse.cz,
	linux-kernel@vger.kernel.org, jhovold@gmail.com
Subject: Re: [PATCH] tty: Add C_MSPAR(tty)
Date: Wed, 23 Oct 2013 09:47:50 -0400	[thread overview]
Message-ID: <5267D386.4050206@hurleysoftware.com> (raw)
In-Reply-To: <1382527101-30473-1-git-send-email-andrew@lunn.ch>

On 10/23/2013 07:18 AM, Andrew Lunn wrote:
> Add the missing C_MSPAR(tty) macro.
>
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> ---
>   include/linux/tty.h | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/include/linux/tty.h b/include/linux/tty.h
> index 64f8646..630678d 100644
> --- a/include/linux/tty.h
> +++ b/include/linux/tty.h
> @@ -137,6 +137,7 @@ struct tty_bufhead {
>   #define C_CLOCAL(tty)	_C_FLAG((tty), CLOCAL)
>   #define C_CIBAUD(tty)	_C_FLAG((tty), CIBAUD)
>   #define C_CRTSCTS(tty)	_C_FLAG((tty), CRTSCTS)
> +#define C_MSPAR(tty)	_C_FLAG((tty), CMSPAR)
>
>   #define L_ISIG(tty)	_L_FLAG((tty), ISIG)
>   #define L_ICANON(tty)	_L_FLAG((tty), ICANON)

Is this to support an out-of-tree driver?

Regards,
Peter Hurley

  reply	other threads:[~2013-10-23 13:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-23 11:18 [PATCH] tty: Add C_MSPAR(tty) Andrew Lunn
2013-10-23 13:47 ` Peter Hurley [this message]
2013-10-23 13:57   ` Andrew Lunn
2013-10-29 18:17 ` Johan Hovold
2013-10-29 22:15   ` Andrew Lunn
2013-10-29 22:24     ` Greg KH
2013-10-30 11:32     ` Johan Hovold

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=5267D386.4050206@hurleysoftware.com \
    --to=peter@hurleysoftware.com \
    --cc=andrew@lunn.ch \
    --cc=gregkh@linuxfoundation.org \
    --cc=jhovold@gmail.com \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    /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