forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/scripts/coccinelle/null/badzero.cocci
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Compare pointer-typed values to NULL rather than 0
23 ///
34 //# This makes an effort to choose between !x and x == NULL. !x is used
....@@ -7,8 +8,8 @@
78 //# include path.
89 //
910 // Confidence: High
10
-// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
11
-// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
11
+// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
12
+// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
1213 // URL: http://coccinelle.lip6.fr/
1314 // Requires: 1.0.0
1415 // Options: