From: Julia Lawall
Date: Fri, 3 Jan 2014 00:40:31 +0100
> From: Julia Lawall
>
> The semantic patch that makes this change is as follows:
> (http://coccinelle.lip6.fr/)
...
> Signed-off-by: Julia Lawall
Applied, thanks Julia.
--
To unsubscribe from this list: send the line "unsubscribe linu
From: Julia Lawall
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
//
@@
expression e1,e2;
@@
pci_enable_wake(e1,
- 0
+ PCI_D0
,e2)
//
Signed-off-by: Julia Lawall
---
drivers/net/ethernet/smsc/smsc9420.c |2 +-
1 file changed, 1 insertion(+), 1 de
2 matches
Mail list logo