mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Masanari Iida <standby24x7@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org,
	gregkh@linuxfoundation.org
Subject: Re: [PATCH] [trivial] tty: Fix typo in tty drivers
Date: Wed, 24 Oct 2012 16:59:21 +0100	[thread overview]
Message-ID: <20121024165921.3dc0f9ee@pyramind.ukuu.org.uk> (raw)
In-Reply-To: <1351088981-24976-1-git-send-email-standby24x7@gmail.com>

> +++ b/drivers/tty/serial/bfin_uart.c
> @@ -815,7 +815,7 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
>  		lcr = WLS(5);
>  		break;
>  	default:
> -		printk(KERN_ERR "%s: word lengh not supported\n",
> +		printk(KERN_ERR "%s: word length not supported\n",
>  			__func__);

Looks fine me although the bfin_uart one should just be picking a
suitable bit length and reporting back the one it uses not printing
errors 8)

Acked-by: Alan Cox <alan@linux.intel.com>

  reply	other threads:[~2012-10-24 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-24 14:29 Masanari Iida
2012-10-24 15:59 ` Alan Cox [this message]
2012-10-25 16:05   ` Jiri Kosina

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=20121024165921.3dc0f9ee@pyramind.ukuu.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@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

Powered by JetHome