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/semicolon.cocci | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coccinelle/misc/semicolon.cocci > b/scripts/coccinelle/misc/semicolon.cocci > index a47eba2..6740c65 100644 > --- a/scripts/coccinelle/misc/semicolon.cocci > +++ b/scripts/coccinelle/misc/semicolon.cocci > @@ -1,5 +1,5 @@ > /// > -/// Removes unneeded semicolon. > +/// Remove unneeded semicolon. > /// > // 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
