ECC clean up.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6405 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -2242,7 +2242,7 @@ ConSplitterAddOutputMode (
|
||||
}
|
||||
|
||||
/**
|
||||
Reconstruct TextOutModeMap to get intersection of modes
|
||||
Reconstruct TextOutModeMap to get intersection of modes.
|
||||
|
||||
This routine reconstruct TextOutModeMap to get the intersection
|
||||
of modes for all console out devices. Because EFI/UEFI spec require
|
||||
@@ -2256,8 +2256,6 @@ ConSplitterAddOutputMode (
|
||||
@param MaxMode Current max text mode
|
||||
@param CurrentMode Current text mode
|
||||
|
||||
@retval None
|
||||
|
||||
**/
|
||||
VOID
|
||||
ConSplitterGetIntersection (
|
||||
|
@@ -30,7 +30,7 @@ CHAR16 mCrLfString[3] = { CHAR_CARRIAGE_RETURN, CHAR_LINEFEED, CHAR_NULL };
|
||||
|
||||
@param This Protocol instance pointer.
|
||||
@param Mode Are we in text of grahics mode.
|
||||
@param GopExists TRUE if Console Spliter has found a GOP or UGA device
|
||||
@param GopUgaExists TRUE if Console Spliter has found a GOP or UGA device
|
||||
@param StdInLocked TRUE if StdIn device is keyboard locked
|
||||
|
||||
@retval EFI_SUCCESS Mode information returned.
|
||||
|
Reference in New Issue
Block a user