commit | 9f5834c868e901b00f1bfe4d0052b5906b4a2b7f | [log] [tgz] |
---|---|---|
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | Sat Mar 21 12:19:07 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Mar 21 14:03:46 2020 -0600 |
tree | e7b333d799a2176ccd9bed7b7dceff90bc2d6a45 | |
parent | 4ed734b0d0913e566a9d871e15d24eb240f269f7 [diff] |
io_uring: make spdxcheck.py happy 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 <lukas.bulwahn@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>