[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RESEND 04/13] block/io_uring: Remove superfluous semicolon
From: |
Dr. David Alan Gilbert |
Subject: |
Re: [PATCH RESEND 04/13] block/io_uring: Remove superfluous semicolon |
Date: |
Tue, 18 Feb 2020 09:52:48 +0000 |
User-agent: |
Mutt/1.13.3 (2020-01-12) |
* Philippe Mathieu-Daudé (address@hidden) wrote:
> Fixes: 6663a0a3376
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> ---
> Cc: Stefano Garzarella <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
> ---
> block/io_uring.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/io_uring.c b/block/io_uring.c
> index 56892fd1ab..a3142ca989 100644
> --- a/block/io_uring.c
> +++ b/block/io_uring.c
> @@ -187,7 +187,7 @@ static void luring_process_completions(LuringState *s)
> ret = 0;
> }
> } else {
> - ret = -ENOSPC;;
> + ret = -ENOSPC;
> }
> }
> end:
> --
> 2.21.1
>
--
Dr. David Alan Gilbert / address@hidden / Manchester, UK
- Re: [PATCH RESEND 02/13] audio/alsaaudio: Remove superfluous semicolons, (continued)
- [PATCH RESEND 03/13] block: Remove superfluous semicolons, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 01/13] scripts/checkpatch.pl: Detect superfluous semicolon in C code, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 04/13] block/io_uring: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18
- [PATCH RESEND 06/13] hw/m68k/next-cube: 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 07/13] hw/scsi/esp: Remove superfluous semicolon, Philippe Mathieu-Daudé, 2020/02/18