Signed-off-by: Asias He <asias.hejun@xxxxxxxxx> --- tools/kvm/disk/raw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kvm/disk/raw.c b/tools/kvm/disk/raw.c index 42ca9f1..93b2b4e 100644 --- a/tools/kvm/disk/raw.c +++ b/tools/kvm/disk/raw.c @@ -99,7 +99,7 @@ static struct disk_image_operations raw_image_regular_ops = { struct disk_image_operations ro_ops = { .read = raw_image__read_mmap, .write = raw_image__write_mmap, - .close = raw_image__close, + .close = raw_image__close, }; struct disk_image_operations ro_ops_nowrite = { -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html