On Sat, 9 May 2015, Fabio Estevam wrote: > From: Fabio Estevam <[email protected]> > > Insert a blank line in order to improve the readability of the > generated patch and also make it consistent with the other > .cocci files. > > Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Julia Lawall <[email protected]> > --- > Changes since v1: > - Replace // with /// as suggested by Julia > > scripts/coccinelle/api/pm_runtime.cocci | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coccinelle/api/pm_runtime.cocci > b/scripts/coccinelle/api/pm_runtime.cocci > index f01789e..b7042d0 100644 > --- a/scripts/coccinelle/api/pm_runtime.cocci > +++ b/scripts/coccinelle/api/pm_runtime.cocci > @@ -1,5 +1,5 @@ > /// Make sure pm_runtime_* calls does not use unnecessary IS_ERR_VALUE > -// > +/// > // Keywords: pm_runtime > // Confidence: Medium > // Copyright (C) 2013 Texas Instruments Incorporated - GPLv2. > -- > 1.9.1 > > _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
