From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM

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