]> Git Repo - linux.git/commitdiff
dm delay: capitalize the start of an delay_ctr() error message
authorTomohiro Kusumi <[email protected]>
Tue, 27 Oct 2015 19:38:57 +0000 (04:38 +0900)
committerMike Snitzer <[email protected]>
Sat, 31 Oct 2015 23:06:04 +0000 (19:06 -0400)
All other error messages start capitalized.

Signed-off-by: Tomohiro Kusumi <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]>
drivers/md/dm-delay.c

index e10f69a22c463fd246aa1b4ec47879e08d76287c..9a4362d535087c2a5424cf4ca30cfd1332607d75 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;
        }
 
This page took 0.056866 seconds and 4 git commands to generate.