On Sat, 9 May 2015, Fabio Estevam wrote: > From: Fabio Estevam <[email protected]> > > 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 <[email protected]>
Acked-by: Julia Lawall <[email protected]> > --- > scripts/coccinelle/misc/returnvar.cocci | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > -- > 1.9.1 > > _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
