]> git.proxmox.com Git - mirror_edk2.git/commitdiff
OvmfPkg/MemEncryptSevLib: clean up MemEncryptSevIsEnabled() decl
authorLaszlo Ersek <lersek@redhat.com>
Thu, 1 Mar 2018 13:41:01 +0000 (14:41 +0100)
committerLaszlo Ersek <lersek@redhat.com>
Tue, 6 Mar 2018 12:29:58 +0000 (13:29 +0100)
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>
OvmfPkg/Include/Library/MemEncryptSevLib.h
OvmfPkg/Library/BaseMemEncryptSevLib/MemEncryptSevLibInternal.c

index 4f3ba9f22cb4155480384db7bc727ad184c3989f..88b272ebedefaeb079ee829ff8846c5e78f66f75 100644 (file)
@@ -22,9 +22,9 @@
 /**\r
   Returns a boolean to indicate whether SEV is enabled\r
 \r
-  @retval TRUE           SEV is active\r
+  @retval TRUE           SEV is enabled\r
   @retval FALSE          SEV is not enabled\r
-  **/\r
+**/\r
 BOOLEAN\r
 EFIAPI\r
 MemEncryptSevIsEnabled (\r
index ff561236d819505627a1133364a50817ad9f7893..44c2c98a6afc4d2073abaef8150a2f34f427a46f 100644 (file)
@@ -67,12 +67,11 @@ InternalMemEncryptSevIsEnabled (
 }\r
 \r
 /**\r
-\r
   Returns a boolean to indicate whether SEV is enabled\r
 \r
   @retval TRUE           SEV is enabled\r
   @retval FALSE          SEV is not enabled\r
-  **/\r
+**/\r
 BOOLEAN\r
 EFIAPI\r
 MemEncryptSevIsEnabled (\r