Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8462 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -51,8 +51,8 @@ typedef struct _EFI_SMBUS_HC_PROTOCOL EFI_SMBUS_HC_PROTOCOL;
|
||||
EFI_SMBUS_DEVICE_COMMAND is defined in
|
||||
EFI_PEI_SMBUS_PPI.Execute() in the Platform
|
||||
Initialization SMBus PPI Specification.
|
||||
Operation Signifies which particular SMBus
|
||||
hardware protocol instance that it will use to
|
||||
@param Operation Signifies the particular SMBus
|
||||
hardware protocol instance it will use to
|
||||
execute the SMBus transactions. This SMBus
|
||||
hardware protocol is defined by the SMBus
|
||||
Specification and is not related to PI
|
||||
@@ -64,8 +64,9 @@ typedef struct _EFI_SMBUS_HC_PROTOCOL EFI_SMBUS_HC_PROTOCOL;
|
||||
@param PecCheck Defines if Packet Error Code (PEC) checking
|
||||
is required for this operation. SMBus Host
|
||||
Controller Code Definitions Version 1.0
|
||||
August 21, 2006 13 Length Signifies the
|
||||
number of bytes that this operation will do.
|
||||
August 21, 2006 13
|
||||
|
||||
@param Length Signifies the number of bytes that this operation will do.
|
||||
The maximum number of bytes can be revision
|
||||
specific and operation specific. This field
|
||||
will contain the actual number of bytes that
|
||||
@@ -248,10 +249,10 @@ EFI_STATUS
|
||||
@param This A pointer to the EFI_SMBUS_HC_PROTOCOL instance.
|
||||
|
||||
@param SlaveAddress Address that the host controller detects
|
||||
as sending a message and calls all the registered function.
|
||||
as sending a message, and that calls all the registered function.
|
||||
|
||||
@param Data Data that the host controller detects as sending
|
||||
message and calls all the registered function.
|
||||
message, and that calls all the registered function.
|
||||
|
||||
|
||||
@param NotifyFunction The function to call when the bus
|
||||
|
Reference in New Issue
Block a user