diff options
author | Tom Rix <trix@redhat.com> | 2022-04-10 11:38:40 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-21 13:16:13 -0400 |
commit | a413a625b43e5f085d4e1a8c4053494d593fb3c1 (patch) | |
tree | ca96c0e1dced863f5b430c10d73d5ce00d0f7058 /virt/kvm/dirty_ring.c | |
parent | 0047fb33f811e00db5c87d028e5fcf0a26632b40 (diff) | |
download | linux-a413a625b43e5f085d4e1a8c4053494d593fb3c1.tar.bz2 |
KVM: SPDX style and spelling fixes
SPDX comments use use /* */ style comments in headers anad
// style comments in .c files. Also fix two spelling mistakes.
Signed-off-by: Tom Rix <trix@redhat.com>
Message-Id: <20220410153840.55506-1-trix@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'virt/kvm/dirty_ring.c')
-rw-r--r-- | virt/kvm/dirty_ring.c | 2 |
1 files changed, 1 insertions, 1 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 * |