[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87y1495iy5.fsf@mail.lhotse>
Date: Tue, 03 Sep 2024 16:50:58 +1000
From: Michael Ellerman <mpe@...erman.id.au>
To: Chen Ni <nichen@...as.ac.cn>, gregkh@...uxfoundation.org,
jirislaby@...nel.org
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org, Chen Ni <nichen@...as.ac.cn>
Subject: Re: [PATCH] tty: hvc: convert comma to semicolon
Chen Ni <nichen@...as.ac.cn> writes:
> Replace a comma between expression statements by a semicolon.
>
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
> drivers/tty/hvc/hvsi_lib.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Michael Ellerman <mpe@...erman.id.au> (powerpc)
cheers
> diff --git a/drivers/tty/hvc/hvsi_lib.c b/drivers/tty/hvc/hvsi_lib.c
> index 22e1bc4d8a66..b35c44caf3d7 100644
> --- a/drivers/tty/hvc/hvsi_lib.c
> +++ b/drivers/tty/hvc/hvsi_lib.c
> @@ -303,7 +303,7 @@ int hvsilib_write_mctrl(struct hvsi_priv *pv, int dtr)
> pr_devel("HVSI@%x: %s DTR...\n", pv->termno,
> dtr ? "Setting" : "Clearing");
>
> - ctrl.hdr.type = VS_CONTROL_PACKET_HEADER,
> + ctrl.hdr.type = VS_CONTROL_PACKET_HEADER;
> ctrl.hdr.len = sizeof(struct hvsi_control);
> ctrl.verb = cpu_to_be16(VSV_SET_MODEM_CTL);
> ctrl.mask = cpu_to_be32(HVSI_TSDTR);
> --
> 2.25.1
Powered by blists - more mailing lists