nvme: change shutdown timeout setting message
authorKeith Busch <kbusch@kernel.org>
Thu, 7 Mar 2024 16:55:42 +0000 (08:55 -0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 8 Mar 2024 14:46:51 +0000 (06:46 -0800)
User visible messages containing the word "timeout" can be alarming.
This one from nvme is just reporting a potentially informative device
configuration, and everything is working as designed. Change the text to
report the less concerning "D3 entry latency", which is where this value
comes from anyway.

Reported-by: Len Brown <lenb@kernel.org>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/core.c

index 2baf5786a92fe66bbbeebda12f5957d02ea2718a..0dcaf3973dc49dc34ba4a6fa03c54c2d17180c1c 100644 (file)
@@ -3233,7 +3233,7 @@ static int nvme_init_identify(struct nvme_ctrl *ctrl)
 
                if (ctrl->shutdown_timeout != shutdown_timeout)
                        dev_info(ctrl->device,
-                                "Shutdown timeout set to %u seconds\n",
+                                "D3 entry latency set to %u seconds\n",
                                 ctrl->shutdown_timeout);
        } else
                ctrl->shutdown_timeout = shutdown_timeout;