On 24 November 2011 16:04, Chris Webb <ch...@arachsys.com> wrote: > + if (qemu_opts_id(opts)) { > + fsdev = qemu_opts_create(qemu_find_opts("fsdev"), > + qemu_opts_id(opts), 1); > + } else { > + fsdev = qemu_opts_create(qemu_find_opts("fsdev"), > + qemu_opt_get(opts, "mount_tag"), > 1); > + }
The indentation here looks wrong. (scripts/checkpatch.pl will catch this kind of thing for you). -- PMM