[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201214143724.kmkuog7vmwfahvxt@pengutronix.de>
Date: Mon, 14 Dec 2020 15:37:24 +0100
From: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
To: Zheng Yongjun <zhengyongjun3@...wei.com>
Cc: gregkh@...uxfoundation.org, shawnguo@...nel.org,
s.hauer@...gutronix.de, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] tty/serial/imx: convert comma to semicolon
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@...wei.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@...gutronix.de>
Thanks
Uwe
--
Pengutronix e.K. | Uwe Kleine-König |
Industrial Linux Solutions | https://www.pengutronix.de/ |
Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)
Powered by blists - more mailing lists