All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] tty/serial/imx: convert comma to semicolon
@ 2020-12-14 13:37 Zheng Yongjun
  2020-12-14 14:37 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Yongjun @ 2020-12-14 13:37 UTC (permalink / raw)
  To: gregkh, shawnguo, s.hauer, linux-serial, linux-kernel; +Cc: Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/tty/serial/imx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
index cacf7266a262..4a959efb7849 100644
--- a/drivers/tty/serial/imx.c
+++ b/drivers/tty/serial/imx.c
@@ -2312,7 +2312,7 @@ static int imx_uart_probe(struct platform_device *pdev)
 	sport->port.dev = &pdev->dev;
 	sport->port.mapbase = res->start;
 	sport->port.membase = base;
-	sport->port.type = PORT_IMX,
+	sport->port.type = PORT_IMX;
 	sport->port.iotype = UPIO_MEM;
 	sport->port.irq = rxirq;
 	sport->port.fifosize = 32;
-- 
2.22.0


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

* Re: [PATCH -next] tty/serial/imx: convert comma to semicolon
  2020-12-14 13:37 [PATCH -next] tty/serial/imx: convert comma to semicolon Zheng Yongjun
@ 2020-12-14 14:37 ` Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2020-12-14 14:37 UTC (permalink / raw)
  To: Zheng Yongjun; +Cc: gregkh, shawnguo, s.hauer, linux-serial, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

On Mon, Dec 14, 2020 at 09:37:19PM +0800, Zheng Yongjun wrote:
> Replace a comma between expression statements by a semicolon.
> 
> Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
> ---
>  drivers/tty/serial/imx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c
> index cacf7266a262..4a959efb7849 100644
> --- a/drivers/tty/serial/imx.c
> +++ b/drivers/tty/serial/imx.c
> @@ -2312,7 +2312,7 @@ static int imx_uart_probe(struct platform_device *pdev)
>  	sport->port.dev = &pdev->dev;
>  	sport->port.mapbase = res->start;
>  	sport->port.membase = base;
> -	sport->port.type = PORT_IMX,
> +	sport->port.type = PORT_IMX;

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Thanks
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-12-14 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 13:37 [PATCH -next] tty/serial/imx: convert comma to semicolon Zheng Yongjun
2020-12-14 14:37 ` Uwe Kleine-König

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.