On Sun, Jun 13, 2021 at 4:14 PM Jonathan Corbet <corbet@xxxxxxx> wrote: > > Kir Kolyshkin <kolyshkin@xxxxxxxxx> writes: > > This work looks generally good, but... > > > The functionality of setting per-device weight for BFQ was added > > in v5.4 (commit 795fe54c2a828099), but the documentation was never > > updated. > > > > While at it, improve formatting a bit. > > > > Signed-off-by: Kir Kolyshkin <kolyshkin@xxxxxxxxx> > > --- > > Documentation/block/bfq-iosched.rst | 38 ++++++++++++++++++++--------- > > 1 file changed, 27 insertions(+), 11 deletions(-) > > > > diff --git a/Documentation/block/bfq-iosched.rst b/Documentation/block/bfq-iosched.rst > > index 66c5a4e54130..7200152c461e 100644 > > --- a/Documentation/block/bfq-iosched.rst > > +++ b/Documentation/block/bfq-iosched.rst > > @@ -553,20 +553,36 @@ throughput sustainable with bfq, because updating the blkio.bfq.* > > stats is rather costly, especially for some of the stats enabled by > > CONFIG_BFQ_CGROUP_DEBUG. > > > > -Parameters to set > > ------------------ > > +Parameters > > +---------- > > > > -For each group, there is only the following parameter to set. > > +For each group, the following parameters cat be set: > > Could we please not introduce new typos while fixing other stuff? Are you a dog person? :) Thanks for catching this, corrected patch sent.