[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RESEND 10/13] ui/input-barrier: Remove superfluous semicolon
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [PATCH RESEND 10/13] ui/input-barrier: Remove superfluous semicolon |
Date: |
Tue, 18 Feb 2020 09:59:38 +0000 |
User-agent: |
Mutt/1.13.3 (2020-01-12) |
* Philippe Mathieu-Daudé (address@hidden) wrote:
> Fixes: 6105683da35
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> Cc: Laurent Vivier <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> ---
> ui/input-barrier.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/input-barrier.c b/ui/input-barrier.c
> index fe35049b83..527c75e130 100644
> --- a/ui/input-barrier.c
> +++ b/ui/input-barrier.c
> @@ -455,7 +455,7 @@ static gboolean writecmd(InputBarrier *ib, struct
> barrierMsg *msg)
> break;
> default:
> write_cmd(p, barrierCmdEUnknown, avail);
> - break;;
> + break;
> }
>
> len = MAX_HELLO_LENGTH - avail - sizeof(int);
> --
> 2.21.1
>
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- [PATCH RESEND 07/13] hw/scsi/esp: Remove superfluous semicolon, (continued)
- [PATCH RESEND 07/13] hw/scsi/esp: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 05/13] hw/arm/xlnx-versal: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 08/13] hw/vfio/display: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 10/13] ui/input-barrier: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 11/13] target/i386/whpx: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 09/13] migration/multifd: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 12/13] tests/qtest/libqos/qgraph: Remove superfluous semicolons, Philippe Mathieu-Daudé, 2020/02/18