On Mon, 25 May 2015, Fabio Estevam wrote: > The commit log should better describe the action that the patch will do. > > In this case we are 'adding' the pci_free_consistent.
Not sure to follow the reasoning. The semantic patch doesn't add anything. julia > > Signed-off-by: Fabio Estevam <[email protected]> > --- > scripts/coccinelle/free/pci_free_consistent.cocci | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coccinelle/free/pci_free_consistent.cocci > b/scripts/coccinelle/free/pci_free_consistent.cocci > index 43600cc..82b3e44 100644 > --- a/scripts/coccinelle/free/pci_free_consistent.cocci > +++ b/scripts/coccinelle/free/pci_free_consistent.cocci > @@ -1,4 +1,4 @@ > -/// Find missing pci_free_consistent for every pci_alloc_consistent. > +/// Add missing pci_free_consistent for every pci_alloc_consistent. > /// > // Confidence: Moderate > // Copyright: (C) 2013 Petr Strnad. GPLv2. > -- > 1.9.1 > > _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
