summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
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/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
parent4bd6bf317ea0722888d212646f5fa93b7fad831c (diff)
downloadedk2-d4dd22c7bc9f557a20a95c34adf5ceef3b7a744f.tar.gz
edk2-d4dd22c7bc9f557a20a95c34adf5ceef3b7a744f.tar.bz2
edk2-d4dd22c7bc9f557a20a95c34adf5ceef3b7a744f.zip
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/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c')
-rw-r--r--OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c b/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
index ff561236d8..44c2c98a6a 100644
--- a/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
+++ b/OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c
@@ -67,12 +67,11 @@ InternalMemEncryptSevIsEnabled (
}
/**
-
Returns a boolean to indicate whether SEV is enabled
@retval TRUE SEV is enabled
@retval FALSE SEV is not enabled
- **/
+**/
BOOLEAN
EFIAPI
MemEncryptSevIsEnabled (