]> git.proxmox.com Git - mirror_edk2.git/commitdiff
added newline after brief summary
authorjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Jan 2009 00:01:10 +0000 (00:01 +0000)
committerjgong5 <jgong5@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Jan 2009 00:01:10 +0000 (00:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7289 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/ServiceBinding.h

index 5a1896392a662f61eb0b164326c71a4af3b28bb7..683a956327cc6ce8e37f87001d6fc40334e176aa 100644 (file)
@@ -26,6 +26,7 @@ typedef struct _EFI_SERVICE_BINDING_PROTOCOL EFI_SERVICE_BINDING_PROTOCOL;
 \r
 /**\r
   Creates a child handle and installs a protocol.\r
 \r
 /**\r
   Creates a child handle and installs a protocol.\r
+  \r
   The CreateChild() function installs a protocol on ChildHandle. \r
   If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle. \r
   If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.\r
   The CreateChild() function installs a protocol on ChildHandle. \r
   If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle. \r
   If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.\r
@@ -51,6 +52,7 @@ EFI_STATUS
 \r
 /**\r
   Destroys a child handle with a protocol installed on it.\r
 \r
 /**\r
   Destroys a child handle with a protocol installed on it.\r
+  \r
   The DestroyChild() function does the opposite of CreateChild(). It removes a protocol \r
   that was installed by CreateChild() from ChildHandle. If the removed protocol is the \r
   last protocol on ChildHandle, then ChildHandle is destroyed.\r
   The DestroyChild() function does the opposite of CreateChild(). It removes a protocol \r
   that was installed by CreateChild() from ChildHandle. If the removed protocol is the \r
   last protocol on ChildHandle, then ChildHandle is destroyed.\r