1
0
Fork 0

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

All other error messages start capitalized.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
hifive-unleashed-5.1
Tomohiro Kusumi 2015-10-28 04:38:57 +09:00 committed by Mike Snitzer
parent 340c9ec09b
commit e213f33e4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}