diff options
Diffstat (limited to 'patches/0079-netdev-destructor.cocci')
| -rw-r--r-- | patches/0079-netdev-destructor.cocci | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/patches/0079-netdev-destructor.cocci b/patches/0079-netdev-destructor.cocci index 199aacf2..f2bea35b 100644 --- a/patches/0079-netdev-destructor.cocci +++ b/patches/0079-netdev-destructor.cocci @@ -5,11 +5,11 @@ identifier TRUE =~ "true";  @@  C(...)  { -	<... +	<+...  -	NDEV->needs_free_netdev = TRUE;  -	NDEV->priv_destructor = D;  +	netdev_set_priv_destructor(NDEV, D); -	...> +	...+>  }  @r2 depends on r1@ | 
