Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}