commit | ed2f049fc1445116317c97abb1f2870fb9a14d83 | [log] [tgz] |
---|---|---|
author | Anish Moorthy <amoorthy@google.com> | Thu Feb 15 23:53:52 2024 +0000 |
committer | Sean Christopherson <seanjc@google.com> | Tue Apr 09 14:00:48 2024 -0700 |
tree | e66737b9b787e83ca7c980feaab56ef40dce86c6 | |
parent | fec50db7033ea478773b159e0e2efb135270e3b7 [diff] |
KVM: Clarify meaning of hva_to_pfn()'s 'atomic' parameter The current description can be read as "atomic -> allowed to sleep," when in fact the intended statement is "atomic -> NOT allowed to sleep." Make that clearer in the docstring. Signed-off-by: Anish Moorthy <amoorthy@google.com> Link: https://lore.kernel.org/r/20240215235405.368539-2-amoorthy@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>