From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/tools/virtio/ringtest/virtio_ring_0_9.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/tools/virtio/ringtest/virtio_ring_0_9.c b/kernel/tools/virtio/ringtest/virtio_ring_0_9.c index 5fd3fbc..13a035a 100644 --- a/kernel/tools/virtio/ringtest/virtio_ring_0_9.c +++ b/kernel/tools/virtio/ringtest/virtio_ring_0_9.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2016 Red Hat, Inc. * Author: Michael S. Tsirkin <mst@redhat.com> - * This work is licensed under the terms of the GNU GPL, version 2. * * Partial implementation of virtio 0.9. event index is used for signalling, * unconditionally. Design roughly follows linux kernel implementation in order -- Gitblit v1.6.2