diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-17 10:42:10 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-09-17 10:42:10 +0000 |
commit | 24115e44926b33c763f81026690f20efd913daf2 (patch) | |
tree | 165010ef17af178cec3f4da9c0470cb0016de86b /PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c | |
parent | 36b4e01a25a4abb68cdac3d40fd2c08c3f3722c4 (diff) | |
download | edk2-platforms-24115e44926b33c763f81026690f20efd913daf2.tar.xz |
RefRefine soma code to make code run safely.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10885 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c')
-rw-r--r-- | PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c index 5e56a62f47..a78bed7572 100644 --- a/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c +++ b/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c @@ -107,7 +107,7 @@ IdeControllerComponentNameGetDriverName ( @param ControllerHandle The handle of a controller that the driver specified by
This is managing. This handle specifies the controller
whose name is to be returned.
- @param OPTIONAL The handle of the child controller to retrieve the name
+ @param ChildHandle OPTIONAL The handle of the child controller to retrieve the name
of. This is an optional parameter that may be NULL. It
will be NULL for device drivers. It will also be NULL
for a bus drivers that wish to retrieve the name of the
|