[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <63ff4f9aedcb73ec5d8cc7f3e77ec4c72d72b4ae.1709839023.git.len.brown@intel.com>
Date: Thu, 7 Mar 2024 14:17:34 -0500
From: Len Brown <lenb@...nel.org>
To: kbusch@...nel.org,
linux-nvme@...ts.infradead.org
Cc: maxg@...lanox.com,
axboe@...nel.dk,
hch@....de,
sagi@...mberg.me,
linux-kernel@...r.kernel.org,
Len Brown <len.brown@...el.com>
Subject: [PATCH] nvme: Re-word D3 Entry Latency message
From: Len Brown <len.brown@...el.com>
Some words are alarming in routine kernel messages.
"timeout" is one of them, so avoid using it.
Fixes: 1a3838d732ea ("nvme: modify the debug level for setting shutdown timeout")
Suggested-by: Keith Busch <kbusch@...nel.org>
Signed-off-by: Len Brown <len.brown@...el.com>
---
drivers/nvme/host/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index 0a96362912ce..2601dc1c4f42 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -3206,7 +3206,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;
--
2.40.1
Powered by blists - more mailing lists