提交 e213f33e 编写于 作者: T Tomohiro Kusumi 提交者: Mike Snitzer

dm delay: capitalize the start of an delay_ctr() error message

All other error messages start capitalized.
Signed-off-by: NTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: NMike Snitzer <snitzer@redhat.com>
上级 340c9ec0
......@@ -132,7 +132,7 @@ static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv)
int ret;
if (argc != 3 && argc != 6) {
ti->error = "requires exactly 3 or 6 arguments";
ti->error = "Requires exactly 3 or 6 arguments";
return -EINVAL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册