OSDN Git Service

hw/block/nvme: remove description for zoned.append_size_limit
authorNiklas Cassel <niklas.cassel@wdc.com>
Tue, 23 Mar 2021 11:18:25 +0000 (11:18 +0000)
committerKlaus Jensen <k.jensen@samsung.com>
Mon, 5 Apr 2021 13:44:58 +0000 (15:44 +0200)
commitb62b178c37718c988f64660b13c3e4f2c7d71a78
treef5bc69e772147982bf6bea979660754887333c2c
parent25d75c99b2e5941c67049ee776efdb226414f4c6
hw/block/nvme: remove description for zoned.append_size_limit

The description was originally removed in commit 578d914b263c
("hw/block/nvme: align zoned.zasl with mdts") together with the removal
of the zoned.append_size_limit parameter itself.

However, it was (most likely accidentally), re-added in commit
f7dcd31885cb ("hw/block/nvme: add non-mdts command size limit for verify").

Remove the description again, since the parameter it describes,
zoned.append_size_limit, no longer exists.

Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Signed-off-by: Klaus Jensen <k.jensen@samsung.com>
hw/block/nvme.c