forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/scripts/coccinelle/misc/doubleinit.cocci
....@@ -1,11 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find duplicate field initializations. This has a high rate of false
23 /// positives due to #ifdefs, which Coccinelle is not aware of in a structure
34 /// initialization.
45 ///
56 // Confidence: Low
6
-// Copyright: (C) 2010-2012 Nicolas Palix. GPLv2.
7
-// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6. GPLv2.
8
-// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6. GPLv2.
7
+// Copyright: (C) 2010-2012 Nicolas Palix.
8
+// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
9
+// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
910 // URL: http://coccinelle.lip6.fr/
1011 // Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
1112 // Options: --no-includes --include-headers