]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/ConsoleControl.h
fix ECC tool's warning
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / ConsoleControl.h
index f41ffa7207a6e0feacf9b713afb7efc080ce4e05..e55e6b2938e2b306e475958bd4ab863961931753 100644 (file)
@@ -31,11 +31,12 @@ typedef enum {
 /**\r
   Return the current video mode information. Also returns info about existence\r
   of Graphics Output devices or UGA Draw devices in system, and whether the Std\r
-  In device is locked. GopUgaExists and StdInLocked parameters are optional.\r
+  In device is locked. GopUgaExists and StdInLocked parameters are optional, and\r
+  only returned if a non NULL pointer is passed in.\r
 \r
   @param  This                    Protocol instance pointer.\r
   @param  Mode                    Current video mode.\r
-  @param  GopExists               TRUE if GOP Spliter has found a GOP/UGA device\r
+  @param  GopUgaExists            TRUE if GOP Spliter has found a GOP/UGA device\r
   @param  StdInLocked             TRUE if StdIn device is keyboard locked\r
 \r
   @retval EFI_SUCCESS             Video mode information is returned.\r