linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4.17.0-rc3 2/2] tty:mxser: remove trailing whitespace
@ 2018-06-21  2:34 Nabimanya Lynn
  2018-06-21 20:52 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nabimanya Lynn @ 2018-06-21  2:34 UTC (permalink / raw)
  To: jirislaby; +Cc: gregkh, linux-kernel

Signed-off-by: Nabimanya Lynn <nabimanya000@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


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

* Re: [PATCH 4.17.0-rc3 2/2] tty:mxser: remove trailing whitespace
  2018-06-21  2:34 [PATCH 4.17.0-rc3 2/2] tty:mxser: remove trailing whitespace Nabimanya Lynn
@ 2018-06-21 20:52 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-06-21 20:52 UTC (permalink / raw)
  To: Nabimanya Lynn; +Cc: jirislaby, linux-kernel

On Thu, Jun 21, 2018 at 05:34:35AM +0300, Nabimanya Lynn wrote:
> Signed-off-by: Nabimanya Lynn <nabimanya000@gmail.com>

I can not take patches without any changelog text at all, sorry.

And why 4.17-rc3?  That's many months old?

And where is patch 1/2 in this series?

confused,

greg k-h

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

end of thread, other threads:[~2018-06-21 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21  2:34 [PATCH 4.17.0-rc3 2/2] tty:mxser: remove trailing whitespace Nabimanya Lynn
2018-06-21 20:52 ` Greg KH

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