[PATCH 2/2] nvme/host: fixup some typos
Damien Le Moal
dlemoal at kernel.org
Tue Dec 16 17:42:38 PST 2025
On 12/16/25 12:29, Wilfred Mallawa wrote:
> From: Wilfred Mallawa <wilfred.mallawa at wdc.com>
>
> Signed-off-by: Wilfred Mallawa <wilfred.mallawa at wdc.com>
Looks good, but write something as the commit message.
One nit below.
Reviewed-by: Damien Le Moal <dlemoal at kernel.org>
> @@ -271,7 +271,7 @@ static bool nvme_validate_passthru_nsid(struct nvme_ctrl *ctrl,
> {
> if (ns && nsid != ns->head->ns_id) {
> dev_err(ctrl->device,
> - "%s: nsid (%u) in cmd does not match nsid (%u)"
> + "%s: nsid (%u) in cmd does not match nsid (%u) "
> "of namespace\n",
I know that Christoph does not like long lines, but it may be better to unwrap
this message to make it easier to grep the code.
--
Damien Le Moal
Western Digital Research
More information about the Linux-nvme
mailing list