|
From: | Egeyar Bagcioglu |
Subject: | Re: [PATCH] ios: Improve error handling of ios_open. |
Date: | Mon, 26 Oct 2020 21:59:53 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
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! :)
Thanks! This patch depends on the former. I'll push this one with the suggested update once we agree on the patch regarding the error types.
Regards Ege
[Prev in Thread] | Current Thread | [Next in Thread] |