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: Egeyar Bagcioglu
Subject: Re: [PATCH] ios: Improve error handling of ios_open.
Date: Sun, 1 Nov 2020 14:29:57 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

The requested change is applied and the patch is pushed to master.

Ege


On 10/26/20 5:31 PM, Jose E. Marchesi wrote:
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]