From: Fabio Estevam Date: Sat, 9 May 2015 20:09:28 +0000 (-0300) Subject: coccinelle: returnvar: Use imperative mood X-Git-Tag: v4.14-rc1~4732^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe8c46b632505a880c527bc9ae246e868aa3ece5;p=platform%2Fkernel%2Flinux-rpi.git coccinelle: returnvar: Use imperative mood According to Documentation/SubmittingPatches: "Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour." So do as recommended. Signed-off-by: Fabio Estevam Acked-by: Julia Lawall Signed-off-by: Michal Marek --- diff --git a/scripts/coccinelle/misc/returnvar.cocci b/scripts/coccinelle/misc/returnvar.cocci index 605955a..d8286ef 100644 --- a/scripts/coccinelle/misc/returnvar.cocci +++ b/scripts/coccinelle/misc/returnvar.cocci @@ -1,5 +1,5 @@ /// -/// Removes unneeded variable used to store return value. +/// Remove unneeded variable used to store return value. /// // Confidence: Moderate // Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6. GPLv2.