]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Sockets/DataSource/DataSource.c
Fix @return Doxygen commands to be singular instead of plural.
[mirror_edk2.git] / AppPkg / Applications / Sockets / DataSource / DataSource.c
index d8f7f05d5c6fce0c80fa506b4916d8939d4ba8e6..9add3f24e7b7c89c5dc1e4aae720aa592a25ad83 100644 (file)
@@ -131,7 +131,7 @@ ControlCCheck (
   @param [in] pDigit    The address of the next digit\r
   @param [out] pValue   The address to receive the value\r
 \r
-  @returns  Returns the address of the separator\r
+  @return   Returns the address of the separator\r
 \r
 **/\r
 CHAR8 *\r
@@ -775,7 +775,7 @@ Tcp4Locate (
     //\r
     if ( HandleCount <= Tcp4Index ) {\r
       Tcp4Index = 0;\r
-    \r
+\r
       //\r
       //  Wait for the next timer tick\r
       //\r
@@ -797,7 +797,7 @@ Tcp4Locate (
               htons ( RemoteHostAddress.sin_port ));\r
       bTcp4Connecting = FALSE;\r
     }\r
-    \r
+\r
     //\r
     //  Open the network controller's service protocol\r
     //\r
@@ -1110,7 +1110,7 @@ Tcp4Open (
     Status = pTcp4Protocol->Configure ( pTcp4Protocol,\r
                                         &Tcp4ConfigData );\r
     if ( EFI_ERROR ( Status )) {\r
-      DEBUG (( DEBUG_ERROR, \r
+      DEBUG (( DEBUG_ERROR,\r
                 "ERROR - Failed to configure TCP port, Status: %r\r\n",\r
                 Status ));\r
       break;\r