]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Arp.h
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / MdePkg / Include / Protocol / Arp.h
index bd7f7d2a5fc9fbc2a252e453814e64a2c5ffbfbe..1f213862f72a7e9af702b703754d64b071a44496 100644 (file)
@@ -131,9 +131,9 @@ typedef struct {
   @retval EFI_SUCCESS            The new station address was successfully\r
                                  registered.\r
   @retval EFI_INVALID_PARAMETER  One or more of the following conditions is TRUE:\r
-                                 This is NULL. SwAddressLength is zero when\r
-                                 ConfigData is not NULL. StationAddress is NULL\r
-                                 when ConfigData is not NULL.\r
+                                 * This is NULL. \r
+                                 * SwAddressLength is zero when ConfigData is not NULL. \r
+                                 * StationAddress is NULL when ConfigData is not NULL.\r
   @retval EFI_ACCESS_DENIED      The SwAddressType, SwAddressLength, or\r
                                  StationAddress is different from the one that is\r
                                  already registered.\r
@@ -181,11 +181,11 @@ EFI_STATUS
 \r
   @retval EFI_SUCCESS            The entry has been added or updated.\r
   @retval EFI_INVALID_PARAMETER  One or more of the following conditions is TRUE:\r
-                                 This is NULL. DenyFlag is FALSE and\r
-                                 TargetHwAddress is NULL. DenyFlag is FALSE and\r
-                                 TargetSwAddress is NULL. TargetHwAddress is NULL\r
-                                 and TargetSwAddress is NULL. Both TargetSwAddress\r
-                                 and TargetHwAddress are not NULL when DenyFlag is\r
+                                 * This is NULL. \r
+                                 * DenyFlag is FALSE and TargetHwAddress is NULL. \r
+                                 * DenyFlag is FALSE and TargetSwAddress is NULL. \r
+                                 * TargetHwAddress is NULL and TargetSwAddress is NULL. \r
+                                 * Neither TargetSwAddress nor TargetHwAddress are NULL when DenyFlag is\r
                                  TRUE.\r
   @retval EFI_OUT_OF_RESOURCES   The new ARP cache entry could not be allocated.\r
   @retval EFI_ACCESS_DENIED      The ARP cache entry already exists and Overwrite\r
@@ -326,7 +326,7 @@ EFI_STATUS
   );  \r
 \r
 /**\r
-  This function aborts the previous ARP request (identified by This,  TargetSwAddress\r
+  This function aborts the previous ARP request (identified by This, TargetSwAddress\r
   and ResolvedEvent) that is issued by EFI_ARP_PROTOCOL.Request().\r
   \r
   If the request is in the internal ARP request queue, the request is aborted \r