The commit log should better describe the action that the patch will do. In this case we are 'adding' the missing clk_put.
Signed-off-by: Fabio Estevam <[email protected]> --- scripts/coccinelle/free/clk_put.cocci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinelle/free/clk_put.cocci b/scripts/coccinelle/free/clk_put.cocci index 46747ad..492b3b0 100644 --- a/scripts/coccinelle/free/clk_put.cocci +++ b/scripts/coccinelle/free/clk_put.cocci @@ -1,4 +1,4 @@ -/// Find missing clk_puts. +/// Add missing clk_put. /// //# This only signals a missing clk_put when there is a clk_put later //# in the same function. -- 1.9.1 _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
