Re: [Qemu-devel] [PATCH 1/2] block: fix obvious coding style mitakes in block_int.h

2017-04-13 Thread Max Reitz
On 05.04.2017 17:35, Eric Blake wrote: > On 04/05/2017 10:18 AM, Denis V. Lunev wrote: >> From: Klim Kireev > > s/mitakes/mistakes/ in the subject > > A blank commit message body doesn't help - the subject says what was > changed but not why (for example, output of checkpatch.pl without the > pa

Re: [Qemu-devel] [PATCH 1/2] block: fix obvious coding style mitakes in block_int.h

2017-04-05 Thread Eric Blake
On 04/05/2017 10:18 AM, Denis V. Lunev wrote: > From: Klim Kireev s/mitakes/mistakes/ in the subject A blank commit message body doesn't help - the subject says what was changed but not why (for example, output of checkpatch.pl without the patch applied); and details may help in grepping past hi

[Qemu-devel] [PATCH 1/2] block: fix obvious coding style mitakes in block_int.h

2017-04-05 Thread Denis V. Lunev
From: Klim Kireev Signed-off-by: Klim Kireev Signed-off-by: Denis V. Lunev CC: Kevin Wolf CC: Max Reitz --- include/block/block_int.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/block/block_int.h b/include/block/block_int.h index 59400bd..bf18c5f 100644