From 08f87f769b595151be1afeff53e144f543faa614 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 06 Dec 2023 09:51:13 +0000 Subject: [PATCH] add dts config --- 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