]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor clean up.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 26 Jul 2008 07:46:04 +0000 (07:46 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 26 Jul 2008 07:46:04 +0000 (07:46 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5572 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain.h
MdeModulePkg/Core/Dxe/Hand/Locate.c

index a828da1e6e900fd0b9dc80b905509a91e11e5c37..6622a1d95ede47739623a5e9d2d806894b500c05 100644 (file)
@@ -1026,13 +1026,13 @@ CoreLocateHandleBuffer (
   to the system. If Retistration is NULL return the first Protocol Interface\r
   you find.\r
 \r
-  @param  Protocol               The protocol to search for \r
-  @param  Registration           Optional Registration Key returned from \r
-                                 RegisterProtocolNotify() \r
-  @param  Interface              Return the Protocol interface (instance). \r
+  @param  Protocol               The protocol to search for\r
+  @param  Registration           Optional Registration Key returned from\r
+                                 RegisterProtocolNotify()\r
+  @param  Interface              Return the Protocol interface (instance).\r
 \r
-  @retval EFI_SUCCESS            If a valid Interface is returned \r
-  @retval EFI_INVALID_PARAMETER  Invalid parameter \r
+  @retval EFI_SUCCESS            If a valid Interface is returned\r
+  @retval EFI_INVALID_PARAMETER  Invalid parameter\r
   @retval EFI_NOT_FOUND          Protocol interface not found\r
 \r
 **/\r
index 55211e2637e819f51d5479d3702c34264b60d7c9..3bed845cf56df9162f714064589344900ab64d31 100644 (file)
@@ -519,7 +519,7 @@ CoreLocateDevicePath (
 }\r
 \r
 \r
- /**\r
+/**\r
   Return the first Protocol Interface that matches the Protocol GUID. If\r
   Registration is pasased in return a Protocol Instance that was just add\r
   to the system. If Retistration is NULL return the first Protocol Interface\r