hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
kernel/scripts/coccinelle/locks/call_kern.cocci
....@@ -1,12 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /// Find functions that refer to GFP_KERNEL but are called with locks held.
23 //# The proposed change of converting the GFP_KERNEL is not necessarily the
34 //# correct one. It may be desired to unlock the lock, or to not call the
45 //# function under the lock in the first place.
56 ///
67 // Confidence: Moderate
7
-// Copyright: (C) 2012 Nicolas Palix. GPLv2.
8
-// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. GPLv2.
9
-// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. GPLv2.
8
+// Copyright: (C) 2012 Nicolas Palix.
9
+// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
10
+// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
1011 // URL: http://coccinelle.lip6.fr/
1112 // Comments:
1213 // Options: --no-includes --include-headers