diff --git a/missing_put/missing_put.cocci b/missing_put/missing_put.cocci index 41ff18d1..3971e030 100644 --- a/missing_put/missing_put.cocci +++ b/missing_put/missing_put.cocci @@ -1,3 +1,13 @@ +// +// Add missing of_node_put +// +// Target: Linux +// Copyright: 2012 - LIP6/INRIA +// License: Licensed under ISC. See LICENSE or http://www.isc.org/software/license +// Author: Julia Lawall +// URL: http://coccinelle.lip6.fr/ +// URL: http://coccinellery.org/ + @@ identifier d; type T;