coccinelle: simple_open: Use imperative mood
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 9 May 2015 20:09:30 +0000 (17:09 -0300)
committerMichal Marek <mmarek@suse.cz>
Wed, 20 May 2015 06:01:41 +0000 (14:01 +0800)
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 <fabio.estevam@freescale.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/coccinelle/api/simple_open.cocci

index b67e174f3d95effd048f0bf15a412aa536e2820e..bd1a2a4ee106d04ff847ec5775a52c644e68c4d8 100644 (file)
@@ -1,5 +1,5 @@
-/// This removes an open coded simple_open() function
-/// and replaces file operations references to the function
+/// Remove an open coded simple_open() function
+/// and replace file operations references to the function
 /// with simple_open() instead.
 ///
 // Confidence: High
This page took 0.027986 seconds and 5 git commands to generate.