[PATCH] nvme: remove redundant initialization of variable ret
Chaitanya Kulkarni
Chaitanya.Kulkarni at wdc.com
Thu May 13 21:43:15 PDT 2021
> On May 13, 2021, at 5:08 AM, Colin King <colin.king at canonical.com> wrote:
>
> - int ret = -EINVAL;
> + int ret;
> bool changed;
It'd be nice to move ret declaration after book changed.
More information about the Linux-nvme
mailing list