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/include/sparsebit.h | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/kernel/tools/testing/selftests/kvm/include/sparsebit.h b/kernel/tools/testing/selftests/kvm/include/sparsebit.h index 54cfeb6..12a9a4b 100644 --- a/kernel/tools/testing/selftests/kvm/include/sparsebit.h +++ b/kernel/tools/testing/selftests/kvm/include/sparsebit.h @@ -1,10 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * tools/testing/selftests/kvm/include/sparsebit.h * * Copyright (C) 2018, Google LLC. - * - * This work is licensed under the terms of the GNU GPL, version 2. - * * * Header file that describes API to the sparsebit library. * This library provides a memory efficient means of storing @@ -15,8 +13,8 @@ * even in the case where most bits are set. */ -#ifndef _TEST_SPARSEBIT_H_ -#define _TEST_SPARSEBIT_H_ +#ifndef SELFTEST_KVM_SPARSEBIT_H +#define SELFTEST_KVM_SPARSEBIT_H #include <stdbool.h> #include <stdint.h> @@ -72,4 +70,4 @@ } #endif -#endif /* _TEST_SPARSEBIT_H_ */ +#endif /* SELFTEST_KVM_SPARSEBIT_H */ -- Gitblit v1.6.2