mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-15 22:17:43 +07:00
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>
This commit is contained in:
parent
340c9ec09b
commit
e213f33e4d
@ -132,7 +132,7 @@ static int delay_ctr(struct dm_target *ti, unsigned int argc, char **argv)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (argc != 3 && argc != 6) {
|
if (argc != 3 && argc != 6) {
|
||||||
ti->error = "requires exactly 3 or 6 arguments";
|
ti->error = "Requires exactly 3 or 6 arguments";
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user