From d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 02:45:28 +0000 Subject: [PATCH] add boot partition size --- 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