Signed-off-by: Nabimanya Lynn <nabimanya...@gmail.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

Reply via email to