summaryrefslogtreecommitdiff
path: root/OvmfPkg/Include
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-01 14:41:01 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-06 13:29:58 +0100
commitd4dd22c7bc9f557a20a95c34adf5ceef3b7a744f (patch)
treef0dcc894b857f3a2154930093593c68629dd286b /OvmfPkg/Include
parent4bd6bf317ea0722888d212646f5fa93b7fad831c (diff)
OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevIsEnabled() decl
The declaration and the definition(s) of the function should have identical leading comments and/or identical parameter lists. Also remove any excess space in the comment block, and unindent the trailing "**/" if necessary. Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Brijesh Singh <brijesh.singh@amd.com> Cc: Jordan Justen <jordan.l.justen@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Brijesh Singh <brijesh.singh@amd.com> Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r--OvmfPkg/Include/Library/MemEncryptSevLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/Include/Library/MemEncryptSevLib.h b/OvmfPkg/Include/Library/MemEncryptSevLib.h
index 4f3ba9f22c..88b272ebed 100644
--- a/OvmfPkg/Include/Library/MemEncryptSevLib.h
+++ b/OvmfPkg/Include/Library/MemEncryptSevLib.h
@@ -22,9 +22,9 @@
/**
Returns a boolean to indicate whether SEV is enabled
- @retval TRUE SEV is active
+ @retval TRUE SEV is enabled
@retval FALSE SEV is not enabled
- **/
+**/
BOOLEAN
EFIAPI
MemEncryptSevIsEnabled (