1
0
Fork 0

coccinelle: returnvar: 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>
steinar/wifi_calib_4_9_kernel
Fabio Estevam 2015-05-09 17:09:28 -03:00 committed by Michal Marek
parent f9beafc9d8
commit fe8c46b632
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
///
/// Removes unneeded variable used to store return value.
/// Remove unneeded variable used to store return value.
///
// Confidence: Moderate
// Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6. GPLv2.