提交 26056e0c 编写于 作者: J Jes Sorensen 提交者: Blue Swirl

Fix repeated typo: was "end if list" instead of "end of list"

Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 e301b13d
......@@ -80,7 +80,7 @@ static QemuOptsList qemu_drive_opts = {
.name = "readonly",
.type = QEMU_OPT_BOOL,
},
{ /* end if list */ }
{ /* end of list */ }
},
};
......@@ -147,7 +147,7 @@ static QemuOptsList qemu_chardev_opts = {
.name = "signal",
.type = QEMU_OPT_BOOL,
},
{ /* end if list */ }
{ /* end of list */ }
},
};
......@@ -203,7 +203,7 @@ static QemuOptsList qemu_device_opts = {
* sanity checking will happen later
* when setting device properties
*/
{ /* end if list */ }
{ /* end of list */ }
},
};
......@@ -247,7 +247,7 @@ static QemuOptsList qemu_rtc_opts = {
.name = "driftfix",
.type = QEMU_OPT_STRING,
},
{ /* end if list */ }
{ /* end of list */ }
},
};
......@@ -265,7 +265,7 @@ static QemuOptsList qemu_global_opts = {
.name = "value",
.type = QEMU_OPT_STRING,
},
{ /* end if list */ }
{ /* end of list */ }
},
};
......@@ -284,7 +284,7 @@ static QemuOptsList qemu_mon_opts = {
.name = "default",
.type = QEMU_OPT_BOOL,
},
{ /* end if list */ }
{ /* end of list */ }
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册