From: Johan Hovold <jhovold@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: peter@hurleysoftware.com, gregkh@linuxfoundation.org,
jslaby@suse.cz, linux-kernel@vger.kernel.org, jhovold@gmail.com
Subject: Re: [PATCH] tty: Add C_MSPAR(tty)
Date: Tue, 29 Oct 2013 19:17:46 +0100 [thread overview]
Message-ID: <20131029181746.GE29615@localhost> (raw)
In-Reply-To: <1382527101-30473-1-git-send-email-andrew@lunn.ch>
On Wed, Oct 23, 2013 at 01:18:21PM +0200, Andrew Lunn wrote:
> Add the missing C_MSPAR(tty) macro.
Please rename the macro C_CMSPAR to be consistent with the other
termios-flag macros (with C_BAUD being the exception that confirms the
rule).
Thanks,
Johan
> 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)
> --
> 1.8.4.rc3
>
next prev parent reply other threads:[~2013-10-29 18:17 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
2013-10-23 13:57 ` Andrew Lunn
2013-10-29 18:17 ` Johan Hovold [this message]
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=20131029181746.GE29615@localhost \
--to=jhovold@gmail.com \
--cc=andrew@lunn.ch \
--cc=gregkh@linuxfoundation.org \
--cc=jslaby@suse.cz \
--cc=linux-kernel@vger.kernel.org \
--cc=peter@hurleysoftware.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.