Commit e213f33e authored by Tomohiro Kusumi's avatar Tomohiro Kusumi Committed by Mike Snitzer

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

All other error messages start capitalized.
Signed-off-by: default avatarTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: default avatarMike Snitzer <snitzer@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment