From: Fabio Estevam Date: Sat, 9 May 2015 20:09:30 +0000 (-0300) Subject: coccinelle: simple_open: Use imperative mood X-Git-Tag: v4.14-rc1~4732^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca34cba43168830dd96f8f6407282131733e6fb4;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Julia Lawall Signed-off-by: Michal Marek --- diff --git a/scripts/coccinelle/api/simple_open.cocci b/scripts/coccinelle/api/simple_open.cocci index b67e174..bd1a2a4 100644 --- a/scripts/coccinelle/api/simple_open.cocci +++ b/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. /// // Confidence: High