Jelajahi Sumber

coccinelle: simple_open: 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 <fabio.estevam@freescale.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Fabio Estevam 10 tahun lalu
induk
melakukan
ca34cba431
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      scripts/coccinelle/api/simple_open.cocci

+ 2 - 2
scripts/coccinelle/api/simple_open.cocci

@@ -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.
 /// with simple_open() instead.
 ///
 ///
 // Confidence: High
 // Confidence: High