poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ios: Improve error handling of ios_open.


From: Jose E. Marchesi
Subject: Re: [PATCH] ios: Improve error handling of ios_open.
Date: Mon, 26 Oct 2020 17:31:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Ege.
Thanks for the patch.

Just a tiny tidybit:

> @@ -162,16 +176,15 @@ ios_open (const char *handler, uint64_t flags, int 
> set_cur)
>    return io->id;
>  
>   error:
> -  if (io)
> +  if (io) {

GNU style.
Other than that, this looks good to me! :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]