* [PATCH] io_uring: make spdxcheck.py happy
@ 2020-03-21 11:19 Lukas Bulwahn
2020-03-21 20:04 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2020-03-21 11:19 UTC (permalink / raw)
To: Jens Axboe, io-uring; +Cc: linux-spdx, linux-kernel, Lukas Bulwahn
Commit bbbdeb4720a0 ("io_uring: dual license io_uring.h uapi header")
uses a nested SPDX-License-Identifier to dual license the header.
Since then, ./scripts/spdxcheck.py complains:
include/uapi/linux/io_uring.h: 1:60 Missing parentheses: OR
Add parentheses to make spdxcheck.py happy.
Signed-off-by: Lukas Bulwahn <[email protected]>
---
applies cleanly on next-20200320
include/uapi/linux/io_uring.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
index 6d9d2b1cc523..e48d746b8e2a 100644
--- a/include/uapi/linux/io_uring.h
+++ b/include/uapi/linux/io_uring.h
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
+/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
/*
* Header file for the io_uring interface.
*
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] io_uring: make spdxcheck.py happy
2020-03-21 11:19 [PATCH] io_uring: make spdxcheck.py happy Lukas Bulwahn
@ 2020-03-21 20:04 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-03-21 20:04 UTC (permalink / raw)
To: Lukas Bulwahn, io-uring; +Cc: linux-spdx, linux-kernel
On 3/21/20 5:19 AM, Lukas Bulwahn wrote:
> Commit bbbdeb4720a0 ("io_uring: dual license io_uring.h uapi header")
> uses a nested SPDX-License-Identifier to dual license the header.
>
> Since then, ./scripts/spdxcheck.py complains:
>
> include/uapi/linux/io_uring.h: 1:60 Missing parentheses: OR
>
> Add parentheses to make spdxcheck.py happy.
Thanks, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-21 20:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 11:19 [PATCH] io_uring: make spdxcheck.py happy Lukas Bulwahn
2020-03-21 20:04 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox