forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/scripts/coccinelle/api/resource_size.cocci
....@@ -1,11 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 ///
23 /// Use resource_size function on resource object
34 /// instead of explicit computation.
45 ///
56 // Confidence: High
6
-// Copyright: (C) 2009, 2010 Nicolas Palix, DIKU. GPLv2.
7
-// Copyright: (C) 2009, 2010 Julia Lawall, DIKU. GPLv2.
8
-// Copyright: (C) 2009, 2010 Gilles Muller, INRIA/LiP6. GPLv2.
7
+// Copyright: (C) 2009, 2010 Nicolas Palix, DIKU.
8
+// Copyright: (C) 2009, 2010 Julia Lawall, DIKU.
9
+// Copyright: (C) 2009, 2010 Gilles Muller, INRIA/LiP6.
910 // URL: http://coccinelle.lip6.fr/
1011 // Options:
1112 //