[PATCH 4/5] nvme: split out fabrics version of nvme_opcode_str()
Christoph Hellwig
hch at lst.de
Wed Jan 31 09:34:37 PST 2024
> +static inline const char *nvme_fabrics_opcode_str(
> + int qid, const struct nvme_command *cmd)
Nit: We use two-tab (or aligned to opening brace) alignment for line
continuations, and the qid still fits onto the first line:
static inline const char *nvme_fabrics_opcode_str(int qid,
const struct nvme_command *cmd)
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the Linux-nvme
mailing list