diff options
| author | Tim Bird <tim.bird@sony.com> | 2026-02-03 16:46:24 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-02-04 07:23:45 -0700 |
| commit | ccd18ce290726053faff75b6fc3e541301ac99f9 (patch) | |
| tree | e2a83e5039dc665bd7e16151331ee40d2b5f8b79 /io_uring/cmd_net.c | |
| parent | 91214661489467f8452d34edbf257488d85176e4 (diff) | |
| download | lwn-ccd18ce290726053faff75b6fc3e541301ac99f9.tar.gz lwn-ccd18ce290726053faff75b6fc3e541301ac99f9.zip | |
io_uring: Add SPDX id lines to remaining source files
Some io_uring files are missing SPDX-License-Identifier lines.
Add lines with GPL-2.0 license IDs to these files.
Signed-off-by: Tim Bird <tim.bird@sony.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/cmd_net.c')
| -rw-r--r-- | io_uring/cmd_net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/cmd_net.c b/io_uring/cmd_net.c index 19d3ce2bd20a..cb2775936fb8 100644 --- a/io_uring/cmd_net.c +++ b/io_uring/cmd_net.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include <asm/ioctls.h> #include <linux/io_uring/net.h> #include <linux/errqueue.h> |
