From 01573e231f18eb2d99162747186f59511f56b64d Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 08 Dec 2023 10:40:48 +0000 Subject: [PATCH] 移去rt --- kernel/tools/testing/selftests/kvm/lib/sparsebit.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/kernel/tools/testing/selftests/kvm/lib/sparsebit.c b/kernel/tools/testing/selftests/kvm/lib/sparsebit.c index b132bc9..031ba3c 100644 --- a/kernel/tools/testing/selftests/kvm/lib/sparsebit.c +++ b/kernel/tools/testing/selftests/kvm/lib/sparsebit.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Sparse bit array * * Copyright (C) 2018, Google LLC. * Copyright (C) 2018, Red Hat, Inc. (code style cleanup and fuzzing driver) - * - * This work is licensed under the terms of the GNU GPL, version 2. * * This library provides functions to support a memory efficient bit array, * with an index size of 2^64. A sparsebit array is allocated through -- Gitblit v1.6.2