提交 ad86ebb2 编写于 作者: J John Ferlan

Remove extraneous comma in info_cpu_stats and opts_cpu_stats

上级 88624b5d
......@@ -6111,7 +6111,7 @@ static const vshCmdInfo info_cpu_stats[] = {
{.name = "desc",
.data = N_("Display per-CPU and total statistics about the domain's CPUs")
},
{.name = NULL},
{.name = NULL}
};
static const vshCmdOptDef opts_cpu_stats[] = {
......@@ -6132,7 +6132,7 @@ static const vshCmdOptDef opts_cpu_stats[] = {
.type = VSH_OT_INT,
.help = N_("Number of shown CPUs at most")
},
{.name = NULL},
{.name = NULL}
};
static bool
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册