From patchwork Mon May 23 15:04:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 68396 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp137416qge; Mon, 23 May 2016 08:08:34 -0700 (PDT) X-Received: by 10.55.134.6 with SMTP id i6mr16840948qkd.185.1464016114660; Mon, 23 May 2016 08:08:34 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t93si6044816qtd.107.2016.05.23.08.08.34; Mon, 23 May 2016 08:08:34 -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 B7168617A8; Mon, 23 May 2016 15:08:33 +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, URIBL_BLOCKED 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 2BA7E61586; Mon, 23 May 2016 15:08:29 +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 187C7617A1; Mon, 23 May 2016 15:05:16 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by lists.linaro.org (Postfix) with ESMTPS id E45116179F for ; Mon, 23 May 2016 15:05:14 +0000 (UTC) Received: by mail-lf0-f45.google.com with SMTP id e131so25342251lfb.0 for ; Mon, 23 May 2016 08:05:14 -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=L9216EoNBG7mvD8U+/kTnUkMerI9Ia3vxxT9eTixuUw=; b=UKXx5AQ2WvOOwfXHuZrt7lMAJiJTv2D5i1Ne3dbLwZmVGVpmjQ7Ne9GIJDWafP/9C0 YUzT9IrDQ6MJqAGU2YDIeE3ibflzMD3h3UpXImxoNTNuX0dGeaEj/cYdYc2ph+eRPg2K lv38qguf2p4bT4VmQRnORKjj/31p2PJ6yt0r5bXKC8Fmr5rE/D6o4mdp6BXBLLFsLYg1 SmG9Dq8s/gNlaerrs+yaL48w/1HXP6rU7hIaGtQG0HrPSXHLDDiFwzv+/Nf7053o5srZ pcRvbsQOp1zlFvkVTMfBfFy9ip+fQG9OInK9DxusmODjTiNECRHDumrrkdOzgK+aCj7C /S2A== X-Gm-Message-State: AOPr4FXr6pYgCz3VzHZZH6D/qd8UhycqOcTDhpobTzefscmgoahXgOvXI9C2IP1UpUFWvUBazDY= X-Received: by 10.25.17.29 with SMTP id g29mr5250817lfi.112.1464015913750; Mon, 23 May 2016 08:05:13 -0700 (PDT) Received: from localhost.localdomain (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id sg8sm5718434lbb.28.2016.05.23.08.05.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 23 May 2016 08:05:13 -0700 (PDT) From: Christophe Milard To: lng-odp@lists.linaro.org, maxim.uvarov@linaro.org Date: Mon, 23 May 2016 17:04:55 +0200 Message-Id: <1464015895-4578-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] helper: fixing doxygen comments for odpthread creation parameters 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: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Christophe Milard --- helper/include/odp/helper/linux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helper/include/odp/helper/linux.h b/helper/include/odp/helper/linux.h index 01c348d..2e89833 100644 --- a/helper/include/odp/helper/linux.h +++ b/helper/include/odp/helper/linux.h @@ -73,13 +73,13 @@ typedef struct { /** The odpthread starting arguments, used both in process or thread mode */ typedef struct { - odph_odpthread_linuxtype_t linuxtype; - odph_odpthread_params_t thr_params; /*copy of thread start parameter*/ + odph_odpthread_linuxtype_t linuxtype; /**< process or pthread */ + odph_odpthread_params_t thr_params; /**< odpthread start parameters */ } odph_odpthread_start_args_t; /** Linux odpthread state information, used both in process or thread mode */ typedef struct { - odph_odpthread_start_args_t start_args; + odph_odpthread_start_args_t start_args; /**< start arguments */ int cpu; /**< CPU ID */ int last; /**< true if last table entry */ union {