[PATCH v3 1/3] nvme: Add warning for PST table memory allocation failure in nvme_configure_apst

Christoph Hellwig hch at lst.de
Wed Apr 2 21:25:57 PDT 2025


On Tue, Apr 01, 2025 at 05:26:52PM +0800, Yaxiong Tian wrote:
> +		dev_warn(ctrl->device, "Failed to allocate pst table; not using APST\n");

Please avoid the overly long line:

		dev_warn(ctrl->device,
			"Failed to allocate pst table; not using APST\n");




More information about the Linux-nvme mailing list