KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()
authorDavid Matlack <dmatlack@google.com>
Fri, 15 Mar 2024 23:05:39 +0000 (16:05 -0700)
committerSean Christopherson <seanjc@google.com>
Thu, 11 Apr 2024 19:58:50 +0000 (12:58 -0700)
commitfeac19aa4c26dc028d358bf23fa8f228ab46699e
treed7f802c62dca7723b103ed0f4f6822156fdcb326
parent2673dfb591a359c75080dd5af3da484b89320d22
KVM: x86/mmu: Remove function comments above clear_dirty_{gfn_range,pt_masked}()

Drop the comments above clear_dirty_gfn_range() and
clear_dirty_pt_masked(), since each is word-for-word identical to the
comment above their parent function.

Leave the comment on the parent functions since they are APIs called by
the KVM/x86 MMU.

No functional change intended.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20240315230541.1635322-3-dmatlack@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/mmu/tdp_mmu.c