Re: [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments

2022-05-03 Thread Andrea Bolognani
On Mon, May 02, 2022 at 07:24:53PM +0200, Markus Armbruster wrote: > Andrea Bolognani writes: > > On Mon, May 02, 2022 at 10:50:07AM +0200, Markus Armbruster wrote: > >> I doubt changing to a different alignment now is useful. The next > >> patch, however, drops the alignment entirely. Possibly

Re: [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments

2022-05-02 Thread Markus Armbruster
Andrea Bolognani writes: > On Mon, May 02, 2022 at 10:50:07AM +0200, Markus Armbruster wrote: >> Andrea Bolognani writes: >> > -# @writeback: true if writeback mode is enabled >> > -# @direct: true if the host page cache is bypassed (O_DIRECT) >> > -# @no-flush:true if flush requests

Re: [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments

2022-05-02 Thread Andrea Bolognani
On Mon, May 02, 2022 at 10:50:07AM +0200, Markus Armbruster wrote: > Andrea Bolognani writes: > > -# @writeback: true if writeback mode is enabled > > -# @direct: true if the host page cache is bypassed (O_DIRECT) > > -# @no-flush:true if flush requests are ignored for the device > > +#

Re: [PATCH 6/7] qapi: Drop unnecessary horizontal spacing in comments

2022-05-02 Thread Markus Armbruster
Andrea Bolognani writes: > Care was taken not to break vertical alignment. > > Signed-off-by: Andrea Bolognani > --- > qapi/block-core.json | 62 +- > qapi/block-export.json | 2 +- > qapi/block.json| 2 +- > qapi/char.json | 2 +- >