hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/scripts/coccinelle/tests/odd_ptr_err.cocci
....@@ -1,10 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// PTR_ERR should access the value just tested by IS_ERR
23 //# There can be false positives in the patch case, where it is the call to
34 //# IS_ERR that is wrong.
45 ///
56 // Confidence: High
6
-// Copyright: (C) 2012, 2015 Julia Lawall, INRIA. GPLv2.
7
-// Copyright: (C) 2012, 2015 Gilles Muller, INRIA. GPLv2.
7
+// Copyright: (C) 2012, 2015 Julia Lawall, INRIA.
8
+// Copyright: (C) 2012, 2015 Gilles Muller, INRIA.
89 // URL: http://coccinelle.lip6.fr/
910 // Options: --no-includes --include-headers
1011