From patchwork Tue Sep 13 10:05:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 76047 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1259706qgf; Tue, 13 Sep 2016 02:06:26 -0700 (PDT) X-Received: by 10.55.149.135 with SMTP id x129mr24715107qkd.16.1473757586592; Tue, 13 Sep 2016 02:06:26 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 140si1984745qkh.73.2016.09.13.02.06.24; Tue, 13 Sep 2016 02:06:26 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 6531B61647; Tue, 13 Sep 2016 09:06:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 55E6061643; Tue, 13 Sep 2016 09:06:21 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id F33FD61643; Tue, 13 Sep 2016 09:06:19 +0000 (UTC) Received: from mail-lf0-f53.google.com (mail-lf0-f53.google.com [209.85.215.53]) by lists.linaro.org (Postfix) with ESMTPS id 2969161645 for ; Tue, 13 Sep 2016 09:05:58 +0000 (UTC) Received: by mail-lf0-f53.google.com with SMTP id u14so105348587lfd.1 for ; Tue, 13 Sep 2016 02:05:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=C9I99NLvE1vQtzNyMEuzDWpDDlEz26hHe+U07X+95jM=; b=V4WxnvAVXz7HZRADrgT7ST/s4jYeT9W2KvXHCALFPEBwgOH2P4ysAsfmKbsLbhQ+q4 jSOiz5lOvqMkzgfFX/wQx6seSVeoFphKajaWSWk9dkItCyTVAWGSt/T3FP06BbN8ERK5 WRHQ06HL1xRooCsiX3Aihk6ZjQcASlMkBpm81EXzSrNSthgBq/thotbx7fh2l1BFeBfq k53muYpWbboKa8m9FS2wCEOmIQUPbSc4AbL6nJWUsQEmR6RTeR9f1pPqAvu8b6LrulAN CeP9sgqjIeIqHWdbdlsvQ/H0BTmOfsDHzSt+0+CqHJiUjTVqL+CNhxb1XL7LRXVOsM/c yN+g== X-Gm-Message-State: AE9vXwP2CU+qSVEkTG6ehXlabpafHnThqVj6jBG0wyKvmg18/n2fYym9PUALWnWpCCaUrEjwo6w= X-Received: by 10.25.153.12 with SMTP id b12mr8094610lfe.58.1473757556992; Tue, 13 Sep 2016 02:05:56 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-76-66.cust.bredband2.com. [83.233.76.66]) by smtp.gmail.com with ESMTPSA id o80sm3874533lfg.29.2016.09.13.02.05.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 Sep 2016 02:05:56 -0700 (PDT) From: Christophe Milard To: lng-odp@lists.linaro.org, mike.holmes@linaro.org, bill.fischofer@linaro.org Date: Tue, 13 Sep 2016 12:05:18 +0200 Message-Id: <1473761118-25482-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [API-NEXT PATCH] linux-generic: _fdserver: fixing comment typo X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Christophe Milard --- platform/linux-generic/_fdserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.4 Reviewed-by: Bill Fischofer 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