| Date | Tue, 29 Sep 2020 22:08:21 -0700 | From | Sean Christopherson <> | Subject | Re: [PATCH 02/22] kvm: mmu: Introduce tdp_iter |
| |
On Fri, Sep 25, 2020 at 02:22:42PM -0700, Ben Gardon wrote: > diff --git a/arch/x86/kvm/mmu/tdp_iter.h b/arch/x86/kvm/mmu/tdp_iter.h > new file mode 100644 > index 0000000000000..b102109778eac > --- /dev/null > +++ b/arch/x86/kvm/mmu/tdp_iter.h > @@ -0,0 +1,53 @@ > +/* SPDX-License-Identifier: GPL-2.0 */
Kernel style is to use C++ comments for the SPDX headers in .c and .h (and maybe.S too?).
|