Re: [PATCH v6 4/5] nvme-tcp: Support KeyUpdate

From: Christoph Hellwig
Date: Tue Dec 02 2025 - 01:03:08 EST


On Tue, Dec 02, 2025 at 11:34:28AM +1000, alistair23@xxxxxxxxx wrote:
> + if (unlikely(ret < 0)) {
> + goto msg_control;
> }

This should drop the superfluous braces.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>