diff mbox

[API-NEXT] linux-generic: _fdserver: fixing comment typo

Message ID 1473761118-25482-1-git-send-email-christophe.milard@linaro.org
State Accepted
Commit 234dd2f623d73b069e43282baf96b48473d0ef1c
Headers show

Commit Message

Christophe Milard Sept. 13, 2016, 10:05 a.m. UTC
Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

---
 platform/linux-generic/_fdserver.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4

Comments

Bill Fischofer Sept. 13, 2016, 11:24 a.m. UTC | #1
On Tue, Sep 13, 2016 at 5:05 AM, Christophe Milard <
christophe.milard@linaro.org> wrote:

> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

>


Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>



> ---

>  platform/linux-generic/_fdserver.c | 4 ++--

>  1 file changed, 2 insertions(+), 2 deletions(-)

>

> diff --git a/platform/linux-generic/_fdserver.c b/platform/linux-generic/_

> fdserver.c

> index bf36eb2..97661d0 100644

> --- a/platform/linux-generic/_fdserver.c

> +++ b/platform/linux-generic/_fdserver.c

> @@ -103,7 +103,7 @@ typedef struct fd_server_msg {

>   * Send a fdserver_msg, possibly including a file descriptor, on the

> socket

>   * This function is used both by:

>   * -the client (sending a FD_REGISTER_REQ with a file descriptor to be

> shared,

> - *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descirptor)

> + *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descriptor)

>   * -the server (sending FD_REGISTER_ACK/NACK, FD_LOOKUP_NACK,

>   *  FD_DEREGISTER_ACK/NACK... without a fd or a

>   *  FD_LOOKUP_ACK with a fd)

> @@ -165,7 +165,7 @@ static int send_fdserver_msg(int sock, int command,

>   * given socket.

>   * This function is used both by:

>   * -the server (receiving a FD_REGISTER_REQ with a file descriptor to be

> shared,

> - *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descirptor)

> + *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descriptor)

>   * -the client (receiving FD_REGISTER_ACK...without a fd or a

> FD_LOOKUP_ACK with

>   * a fd)

>   * This function make use of the ancillary data (control data) to pass and

> --

> 2.7.4

>

>
Maxim Uvarov Sept. 14, 2016, 2:29 p.m. UTC | #2
Merged,
Maxim.

On 09/13/16 14:24, Bill Fischofer wrote:
> On Tue, Sep 13, 2016 at 5:05 AM, Christophe Milard <

> christophe.milard@linaro.org> wrote:

>

>> Signed-off-by: Christophe Milard <christophe.milard@linaro.org>

>>

> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>

>

>

>> ---

>>   platform/linux-generic/_fdserver.c | 4 ++--

>>   1 file changed, 2 insertions(+), 2 deletions(-)

>>

>> diff --git a/platform/linux-generic/_fdserver.c b/platform/linux-generic/_

>> fdserver.c

>> index bf36eb2..97661d0 100644

>> --- a/platform/linux-generic/_fdserver.c

>> +++ b/platform/linux-generic/_fdserver.c

>> @@ -103,7 +103,7 @@ typedef struct fd_server_msg {

>>    * Send a fdserver_msg, possibly including a file descriptor, on the

>> socket

>>    * This function is used both by:

>>    * -the client (sending a FD_REGISTER_REQ with a file descriptor to be

>> shared,

>> - *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descirptor)

>> + *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descriptor)

>>    * -the server (sending FD_REGISTER_ACK/NACK, FD_LOOKUP_NACK,

>>    *  FD_DEREGISTER_ACK/NACK... without a fd or a

>>    *  FD_LOOKUP_ACK with a fd)

>> @@ -165,7 +165,7 @@ static int send_fdserver_msg(int sock, int command,

>>    * given socket.

>>    * This function is used both by:

>>    * -the server (receiving a FD_REGISTER_REQ with a file descriptor to be

>> shared,

>> - *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descirptor)

>> + *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descriptor)

>>    * -the client (receiving FD_REGISTER_ACK...without a fd or a

>> FD_LOOKUP_ACK with

>>    * a fd)

>>    * This function make use of the ancillary data (control data) to pass and

>> --

>> 2.7.4

>>

>>
diff mbox

Patch

diff --git a/platform/linux-generic/_fdserver.c b/platform/linux-generic/_fdserver.c
index bf36eb2..97661d0 100644
--- a/platform/linux-generic/_fdserver.c
+++ b/platform/linux-generic/_fdserver.c
@@ -103,7 +103,7 @@  typedef struct fd_server_msg {
  * Send a fdserver_msg, possibly including a file descriptor, on the socket
  * This function is used both by:
  * -the client (sending a FD_REGISTER_REQ with a file descriptor to be shared,
- *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descirptor)
+ *  or FD_LOOKUP_REQ/FD_DEREGISTER_REQ without a file descriptor)
  * -the server (sending FD_REGISTER_ACK/NACK, FD_LOOKUP_NACK,
  *  FD_DEREGISTER_ACK/NACK... without a fd or a
  *  FD_LOOKUP_ACK with a fd)
@@ -165,7 +165,7 @@  static int send_fdserver_msg(int sock, int command,
  * given socket.
  * This function is used both by:
  * -the server (receiving a FD_REGISTER_REQ with a file descriptor to be shared,
- *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descirptor)
+ *  or FD_LOOKUP_REQ, FD_DEREGISTER_REQ without a file descriptor)
  * -the client (receiving FD_REGISTER_ACK...without a fd or a FD_LOOKUP_ACK with
  * a fd)
  * This function make use of the ancillary data (control data) to pass and