diff options
author | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-21 05:26:00 +0000 |
---|---|---|
committer | czhang46 <czhang46@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-08-21 05:26:00 +0000 |
commit | 89b5f4b33fd5f4ec9cf6b7c341d47f912ad5c7b7 (patch) | |
tree | e4867522db400e2dbb2f027b982f02d6aaf3ed39 /MdeModulePkg/Include/Guid | |
parent | 677e5c0b77745f6c486cd677fcefb266fab01f91 (diff) | |
download | edk2-platforms-89b5f4b33fd5f4ec9cf6b7c341d47f912ad5c7b7.tar.xz |
Fix some coding style issues
Signed-off-by: Chao Zhang <chao.b.zhang@intel.com>
Reviewed-by : Kinney Michael <michael.d.kinney@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13653 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Include/Guid')
-rw-r--r-- | MdeModulePkg/Include/Guid/ConnectConInEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Guid/ConnectConInEvent.h b/MdeModulePkg/Include/Guid/ConnectConInEvent.h index fb9d52b174..28dd4b93de 100644 --- a/MdeModulePkg/Include/Guid/ConnectConInEvent.h +++ b/MdeModulePkg/Include/Guid/ConnectConInEvent.h @@ -1,6 +1,6 @@ /** @file
- GUID is the name of events used with CreateEventEx in order to be notified
- when the requires ConIn connection.
+ GUID for an event that is signaled on the first attempt to check for a keystroke
+ from the ConIn device.
Copyright (c) 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
|