[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180621023435.GA11350@lynn-ThinkPad-T400>
Date: Thu, 21 Jun 2018 05:34:35 +0300
From: Nabimanya Lynn <nabimanya000@...il.com>
To: jirislaby@...il.com
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH 4.17.0-rc3 2/2] tty:mxser: remove trailing whitespace
Signed-off-by: Nabimanya Lynn <nabimanya000@...il.com>
---
corrected error of trailing whitespace that was accidentally left behind.
drivers/tty/mxser.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c
index 93965d4..38544ff 100644
--- a/drivers/tty/mxser.c
+++ b/drivers/tty/mxser.c
@@ -1089,7 +1089,7 @@ static void mxser_close(struct tty_struct *tty, struct file *filp)
mutex_unlock(&port->mutex);
info->closing = 0;
/* Right now the tty_port set is done outside of the close_end helper
- as we don't yet have everyone using refcounts */
+ as we don't yet have everyone using refcounts */
tty_port_close_end(port, tty);
tty_port_tty_set(port, NULL);
}
@@ -1517,7 +1517,6 @@ static int mxser_ioctl_special(unsigned int cmd, void __user *argp)
mutex_lock(&port->mutex);
if (!ip->ioaddr)
goto copy;
-
tty = tty_port_tty_get(port);
if (!tty)
--
2.7.4
Powered by blists - more mailing lists