linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing
@ 2020-12-06  7:39 Clement Smith
  2020-12-06  7:39 ` [PATCH 2/8] " Clement Smith
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Clement Smith @ 2020-12-06  7:39 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, Clement Smith

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 689774c073ca..512b77195e9f 100644
--- a/drivers/tty/serial/jsm/jsm_tty.c
+++ b/drivers/tty/serial/jsm/jsm_tty.c
@@ -607,7 +607,7 @@ void jsm_input(struct jsm_channel *ch)
 				 * Give the Linux ld the flags in the
 				 * format it likes.
 				 */
-				if (*(ch->ch_equeue +tail +i) & UART_LSR_BI)
+				if (*(ch->ch_equeue + tail + i) & UART_LSR_BI)
 					tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i),  TTY_BREAK);
 				else if (*(ch->ch_equeue +tail +i) & UART_LSR_PE)
 					tty_insert_flip_char(port, *(ch->ch_rqueue +tail +i), TTY_PARITY);
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-12-06 11:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-06  7:39 [PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing Clement Smith
2020-12-06  7:39 ` [PATCH 2/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 3/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 4/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 5/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 6/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 7/8] " Clement Smith
2020-12-06  7:39 ` [PATCH 8/8] tty: serial: jsm: Removed assignment in if statement Clement Smith
2020-12-06  8:08 ` [PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing Greg KH
2020-12-06 11:04 ` Joe Perches

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).