fix ECC tool's warning
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7095 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -31,11 +31,12 @@ typedef enum {
|
|||||||
/**
|
/**
|
||||||
Return the current video mode information. Also returns info about existence
|
Return the current video mode information. Also returns info about existence
|
||||||
of Graphics Output devices or UGA Draw devices in system, and whether the Std
|
of Graphics Output devices or UGA Draw devices in system, and whether the Std
|
||||||
In device is locked. GopUgaExists and StdInLocked parameters are optional.
|
In device is locked. GopUgaExists and StdInLocked parameters are optional, and
|
||||||
|
only returned if a non NULL pointer is passed in.
|
||||||
|
|
||||||
@param This Protocol instance pointer.
|
@param This Protocol instance pointer.
|
||||||
@param Mode Current video mode.
|
@param Mode Current video mode.
|
||||||
@param GopExists TRUE if GOP Spliter has found a GOP/UGA device
|
@param GopUgaExists TRUE if GOP Spliter has found a GOP/UGA device
|
||||||
@param StdInLocked TRUE if StdIn device is keyboard locked
|
@param StdInLocked TRUE if StdIn device is keyboard locked
|
||||||
|
|
||||||
@retval EFI_SUCCESS Video mode information is returned.
|
@retval EFI_SUCCESS Video mode information is returned.
|
||||||
|
@ -31,7 +31,7 @@ CHAR16 mCrLfString[3] = { CHAR_CARRIAGE_RETURN, CHAR_LINEFEED, CHAR_NULL };
|
|||||||
|
|
||||||
@param This Protocol instance pointer.
|
@param This Protocol instance pointer.
|
||||||
@param Mode Current video mode.
|
@param Mode Current video mode.
|
||||||
@param GopExists TRUE if GOP Spliter has found a GOP/UGA device
|
@param GopUgaExists TRUE if GOP Spliter has found a GOP/UGA device
|
||||||
@param StdInLocked TRUE if StdIn device is keyboard locked
|
@param StdInLocked TRUE if StdIn device is keyboard locked
|
||||||
|
|
||||||
@retval EFI_SUCCESS Video mode information is returned.
|
@retval EFI_SUCCESS Video mode information is returned.
|
||||||
|
Reference in New Issue
Block a user