dm delay: capitalize the start of an delay_ctr() error message
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 27 Oct 2015 19:38:57 +0000 (04:38 +0900)
committerMike Snitzer <snitzer@redhat.com>
Sat, 31 Oct 2015 23:06:04 +0000 (19:06 -0400)
All other error messages start capitalized.

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-delay.c

index e10f69a..9a4362d 100644 (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;
        }