From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:42:03 +0000
Subject: [PATCH] disable pwm7

---
 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