Re: [PATCH] nvme: remove redundant initialization of variable ret

From: Chaitanya Kulkarni
Date: Fri May 14 2021 - 00:43:26 EST



> On May 13, 2021, at 5:08 AM, Colin King <colin.king@xxxxxxxxxxxxx> wrote:
>
> - int ret = -EINVAL;
> + int ret;
> bool changed;

It'd be nice to move ret declaration after book changed.