aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle/api/simple_open.cocci
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/coccinelle/api/simple_open.cocci')
-rw-r--r--scripts/coccinelle/api/simple_open.cocci1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/coccinelle/api/simple_open.cocci b/scripts/coccinelle/api/simple_open.cocci
index bd1a2a4ee106..c121876d54ec 100644
--- a/scripts/coccinelle/api/simple_open.cocci
+++ b/scripts/coccinelle/api/simple_open.cocci
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
/// Remove an open coded simple_open() function
/// and replace file operations references to the function
/// with simple_open() instead.