linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Clement Smith <rclemsmith@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
	Clement Smith <rclemsmith@gmail.com>
Subject: [PATCH 7/8] tty: serial: jsm: Fixed file by added more spacing in line 616
Date: Sat,  5 Dec 2020 19:50:14 +0530	[thread overview]
Message-ID: <c6dc00f1bd148b3da7265367741d77b9c65c449c.1607177807.git.rclemsmith@gmail.com> (raw)
In-Reply-To: <cover.1607177807.git.rclemsmith@gmail.com>

        Fixed a coding style issue

        Signed-off-by: Clement Smith <rclemsmith@gmail.com>
---
 drivers/tty/serial/jsm/jsm_tty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/jsm/jsm_tty.c b/drivers/tty/serial/jsm/jsm_tty.c
index 19d2f0bc6c10..eab82fb6b384 100644
--- a/drivers/tty/serial/jsm/jsm_tty.c
+++ b/drivers/tty/serial/jsm/jsm_tty.c
@@ -614,7 +614,7 @@ void jsm_input(struct jsm_channel *ch)
 				else if (*(ch->ch_equeue + tail + i) & UART_LSR_FE)
 					tty_insert_flip_char(port, *(ch->ch_rqueue + tail + i), TTY_FRAME);
 				else
-					tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_NORMAL);
+					tty_insert_flip_char(port, *(ch->ch_rqueue + tail + i), TTY_NORMAL);
 			}
 		} else {
 			tty_insert_flip_string(port, ch->ch_rqueue + tail, s);
-- 
2.27.0


  parent reply	other threads:[~2020-12-05 18:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1607177807.git.rclemsmith@gmail.com>
2020-12-05 14:20 ` [PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing in line 610 Clement Smith
2020-12-05 16:30   ` Greg KH
2020-12-05 14:20 ` [PATCH 2/8] tty: serial: jsm: Fixed file by added more spacing in line 611 Clement Smith
2020-12-05 14:20 ` [PATCH 3/8] tty: serial: jsm: Fixed file by added more spacing in line 612 Clement Smith
2020-12-05 14:20 ` [PATCH 4/8] tty: serial: jsm: Fixed file by added more spacing in line 613 Clement Smith
2020-12-05 14:20 ` [PATCH 5/8] tty: serial: jsm: Fixed file by added more spacing in line 614 Clement Smith
2020-12-05 14:20 ` [PATCH 6/8] tty: serial: jsm: Fixed file by added more spacing in line 615 Clement Smith
2020-12-05 14:20 ` Clement Smith [this message]
2020-12-05 14:20 ` [PATCH 8/8] tty: serial: jsm: Removed assignment in if statement Clement Smith

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=c6dc00f1bd148b3da7265367741d77b9c65c449c.1607177807.git.rclemsmith@gmail.com \
    --to=rclemsmith@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@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;
as well as URLs for NNTP newsgroup(s).