Skip to content

Commit

Permalink
coccinelle: simple_open: Use imperative mood
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
Fabio Estevam authored and michal42 committed May 20, 2015
1 parent dd494ac commit ca34cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/coccinelle/api/simple_open.cocci
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ca34cba

Please sign in to comment.