]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/close.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / StdLib / BsdSocketLib / close.c
index 7d70e4f12647b75b1e2b471fcf3635fafa715eb8..2a9fda4930da4b65a239d4240de2a7cfc14c2aac 100644 (file)
@@ -18,9 +18,9 @@
 /**\r
   Worker routine to close the socket.\r
 \r
-  @param [in] pSocketProtocol   Socket protocol structure address\r
+  @param[in] pSocketProtocol   Socket protocol structure address\r
 \r
-  @param [in] pErrno            Address of the errno variable\r
+  @param[in] pErrno            Address of the errno variable\r
 \r
   @retval EFI_SUCCESS   Successfully closed the socket\r
 \r
@@ -83,9 +83,9 @@ BslSocketCloseWork (
 /**\r
   Close the socket\r
 \r
-  @param [in] pDescriptor Descriptor address for the file\r
+  @param[in] pDescriptor Descriptor address for the file\r
 \r
-  @returns  This routine returns 0 upon success and -1 upon failure.\r
+  @return   This routine returns 0 upon success and -1 upon failure.\r
             In the case of failure, errno contains more information.\r
 \r
 **/\r