[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220306031907.210499-3-henryksloan@gmail.com>
Date: Sat, 5 Mar 2022 22:19:01 -0500
From: Henry Sloan <henryksloan@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: pbonzini@...hat.com, Henry Sloan <henryksloan@...il.com>,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 1/7] KVM: Use typical SPDX comment style
Fixed some checkpatch warnings by adjusting comment style. C files have
been fixed to use //-style comments, while header files have been fixed
to use /* */-style comments.
Signed-off-by: Henry Sloan <henryksloan@...il.com>
---
virt/kvm/dirty_ring.c | 2 +-
virt/kvm/kvm_mm.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/virt/kvm/dirty_ring.c b/virt/kvm/dirty_ring.c
index 222ecc81d7df..f4c2a6eb1666 100644
--- a/virt/kvm/dirty_ring.c
+++ b/virt/kvm/dirty_ring.c
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
+// SPDX-License-Identifier: GPL-2.0-only
/*
* KVM dirty ring implementation
*
diff --git a/virt/kvm/kvm_mm.h b/virt/kvm/kvm_mm.h
index 34ca40823260..41da467d99c9 100644
--- a/virt/kvm/kvm_mm.h
+++ b/virt/kvm/kvm_mm.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-only
+/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __KVM_MM_H__
#define __KVM_MM_H__ 1
--
2.35.1
Powered by blists - more mailing lists