]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
io_uring: make spdxcheck.py happy
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 21 Mar 2020 11:19:07 +0000 (12:19 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 21 Mar 2020 20:03:46 +0000 (14:03 -0600)
commit9f5834c868e901b00f1bfe4d0052b5906b4a2b7f
treee7b333d799a2176ccd9bed7b7dceff90bc2d6a45
parent4ed734b0d0913e566a9d871e15d24eb240f269f7
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>
include/uapi/linux/io_uring.h