docs: block: fix discard_max_bytes references
authorStephen Kitt <steve@sk2.org>
Fri, 10 Sep 2021 10:51:42 +0000 (12:51 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 14 Sep 2021 20:50:41 +0000 (14:50 -0600)
commitf99b4fe27f7e4bc24c022d5ec62b90019e89999d
treeaabe79c2eef12ee3c2013949cb723dd8425dba28
parent31c9d7c8297558248e6b75be2615eedab4ba2d31
docs: block: fix discard_max_bytes references

When discard_max_hw_bytes was introduced, in commit 0034af036554
("block: make /sys/block/<dev>/queue/discard_max_bytes writeable"),
the discard_max_bytes documentation section was renamed to
discard_max_hw_bytes, but the references it contains to
discard_max_bytes weren't updated.

This patch refers to discard_max_hw_bytes instead. It also reflows the
paragraph so that sentences end lines.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Link: https://lore.kernel.org/r/20210910105142.2116749-1-steve@sk2.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/block/queue-sysfs.rst