Hello,
On Mon, Jan 28, 2013 at 11:56:47PM +0100, Othmar Pasteka wrote: > @@ -1453,6 +1454,7 @@ static int vmdk_create(const char *filename, > QEMUOptionParameter *options) > const char *desc_extent_line; > char parent_desc_line[BUF_SIZE] = ""; > uint32_t parent_cid = 0xffffffff; > +uint32_t number_heads = 16; > const char desc_template[] = > "# Disk DescriptorFile\n" > "version=1\n" right after sending the patch I discovered this indentation bug. I check with checkpatch before sending it, but it didn't complain and it slipped on my side. Should I resend the patch with that fixed? regards, Othmar