Re: [Qemu-devel] [PATCH v10 05/14] block/backup: fix block-comment style

2019-09-09 Thread Max Reitz
On 30.08.19 18:12, Vladimir Sementsov-Ogievskiy wrote: > We need to fix comment style around block-copy functions before further > moving them to separate file to satisfy checkpatch. But do more: fix > all comments style. Also, seems like doubled first asterisk is not > forbidden, but drop it too f

[Qemu-devel] [PATCH v10 05/14] block/backup: fix block-comment style

2019-08-30 Thread Vladimir Sementsov-Ogievskiy
We need to fix comment style around block-copy functions before further moving them to separate file to satisfy checkpatch. But do more: fix all comments style. Also, seems like doubled first asterisk is not forbidden, but drop it too for consistency. Signed-off-by: Vladimir Sementsov-Ogievskiy -