]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - scripts/coccinelle/misc/irqf_oneshot.cocci
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-kernels.git] / scripts / coccinelle / misc / irqf_oneshot.cocci
index f698d6d0f5d7b06c765eda7a9d8e0ae4d594a678..7b48287b3dc13a2988bb2f86506d0e2efd9e2f01 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
 /// threaded IRQs without a primary handler need to be requested with
 /// IRQF_ONESHOT, otherwise the request will fail.