On Fri, Jan 13, 2023 at 03:23:17PM +0700, Bagas Sanjaya wrote: > On Thu, Jan 12, 2023 at 04:56:11PM +0100, Piergiorgio Beruto wrote: > > This patch addresses a wrong fix that was done during the review > > process. The intention was to substitute "if(ret < 0)" with > > "if(ret)". Unfortunately, in this specific file the intended fix did not > > meet the code. After additional review, it seems like if(ret < 0) was > > actually the right thing to do. So this patch reverts those changes. > > Try to reword the patch description without writing "This patch does foo" > (prefer imperative mood over descriptive one). > > Thanks. > > -- > An old man doll... just what I always wanted! - Clara Fixed. Thanks.