Re: [PATCH] nvme: fix miss command type check

From: Christoph Hellwig
Date: Fri May 26 2023 - 03:59:03 EST


> + if (!ns) {

Instead of all the extra indentation just return early here if ns
is set.