All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.17.0-rc3 1/2] tty: add spaces
@ 2018-06-21  2:00 Nabimanya Lynn
  2018-06-21 20:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Nabimanya Lynn @ 2018-06-21  2:00 UTC (permalink / raw)
  To: jirislaby; +Cc: gregkh, linux-kernel

linux-kernel@vger.kernel.org
Bcc: 
Subject: [PATCH 4.17.0-rc3 1/2] tty: add spaces 
Reply-To: 

Corrected error of missing space in the function PCI_VDEVICE. 

Signed-off-by: Nabimanya Lynn <nabimanya000@gmail.com>
---
 drivers/tty/mxser.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c
index 8bc15cb..93965d4 100644
--- a/drivers/tty/mxser.c
+++ b/drivers/tty/mxser.c
@@ -152,14 +152,14 @@ static const struct pci_device_id mxser_pcibrds[] = {
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP168U),	.driver_data = 13 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP132U),	.driver_data = 14 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP134U),	.driver_data = 15 },
-	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP104JU),.driver_data = 16 },
+	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP104JU), .driver_data = 16 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_RC7000),	.driver_data = 17 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP118U),	.driver_data = 18 },
-	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP102UL),.driver_data = 19 },
+	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP102UL), .driver_data = 19 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP102U),	.driver_data = 20 },
-	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP118EL),.driver_data = 21 },
-	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP168EL),.driver_data = 22 },
-	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP104EL),.driver_data = 23 },
+	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP118EL), .driver_data = 21 },
+	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP168EL), .driver_data = 22 },
+	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_MOXA_CP104EL), .driver_data = 23 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_CB108),	.driver_data = 24 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_CB114),	.driver_data = 25 },
 	{ PCI_VDEVICE(MOXA, PCI_DEVICE_ID_CB134I),	.driver_data = 26 },
-- 
2.7.4


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

* Re: [PATCH 4.17.0-rc3 1/2] tty: add spaces
  2018-06-21  2:00 [PATCH 4.17.0-rc3 1/2] tty: add spaces Nabimanya Lynn
@ 2018-06-21 20:53 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-06-21 20:53 UTC (permalink / raw)
  To: Nabimanya Lynn; +Cc: jirislaby, linux-kernel

On Thu, Jun 21, 2018 at 05:00:59AM +0300, Nabimanya Lynn wrote:
> linux-kernel@vger.kernel.org
> Bcc: 
> Subject: [PATCH 4.17.0-rc3 1/2] tty: add spaces 
> Reply-To: 

Why is that in the changelog text?

And here is patch 1/2, why is it not threaded?

Please fix this all up and resend the series and properly cc: the
correct mailing list.  scripts/get_maintainer.pl is your friend.

thanks,

greg k-h

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

end of thread, other threads:[~2018-06-21 20:53 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:00 [PATCH 4.17.0-rc3 1/2] tty: add spaces Nabimanya Lynn
2018-06-21 20:53 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.