From patchwork Wed Oct 19 12:09:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 78235 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp213455qge; Wed, 19 Oct 2016 05:09:42 -0700 (PDT) X-Received: by 10.200.47.198 with SMTP id m6mr5919754qta.5.1476878982048; Wed, 19 Oct 2016 05:09:42 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 136si24059315qkf.25.2016.10.19.05.09.41; Wed, 19 Oct 2016 05:09:42 -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 5D94B616C1; Wed, 19 Oct 2016 12:09:41 +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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, 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 34968616B8; Wed, 19 Oct 2016 12:09:38 +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 58D8F616A7; Wed, 19 Oct 2016 12:09:35 +0000 (UTC) Received: from mail-oi0-f50.google.com (mail-oi0-f50.google.com [209.85.218.50]) by lists.linaro.org (Postfix) with ESMTPS id 5A3DD60A3A for ; Wed, 19 Oct 2016 12:09:34 +0000 (UTC) Received: by mail-oi0-f50.google.com with SMTP id t73so27731632oie.1 for ; Wed, 19 Oct 2016 05:09:34 -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=5vBrqKl0b5x+mpRX/QUzC8fOsM0bTJ4UtIbQy3D/d84=; b=KSumaxWCMSpmZJKutxWdX36hTgDzyU4nvon0UkQN5YJU3smXfvA4KWa3tSzdu2s2FZ CjYiSLp4KjmXn4Xj0HFf4N0KE5pkFrlvtFJPnOOVHDfUlzIm59WtWYsF9Lu6ldBqa8aX 0dQpuWePEHeEfSsarsrjJzsXxfE6VbkPrHA1D7nfErZlA2r7etfXJhoqxv40CSrqnSer HfvVsA7lnbhWbU2HQSNxG9+wd8STtNHPcIKohAia4iHYdyziXd+moXLtxbDUCvuSxNGq vPELelW9032vu6qNZfI+OFIAHIsopj0zbAFWW08ovJAZRfj2fMd9l3vxjTFW6eE23Gn8 Oinw== X-Gm-Message-State: AA6/9Rmyjha0LTd5Bq9NFxKbm8rQcgLhLVHfRZDC7y2ZCKcCsdJcLIYyMJpK6OK0sN4o/JaWSqY= X-Received: by 10.157.33.166 with SMTP id s35mr3309039otb.92.1476878973809; Wed, 19 Oct 2016 05:09:33 -0700 (PDT) Received: from localhost.localdomain (cpe-70-121-83-241.austin.res.rr.com. [70.121.83.241]) by smtp.gmail.com with ESMTPSA id n23sm3935182otb.34.2016.10.19.05.09.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 19 Oct 2016 05:09:33 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Wed, 19 Oct 2016 07:09:31 -0500 Message-Id: <1476878971-2094-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] linux-generic: config: add missing doxygen documentation for abi macros 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" Fix Bug https://bugs.linaro.org/show_bug.cgi?id=2553 by adding missing doxygen documentation for the internal macros ODP_ABI_COMPAT and _STATIC. Signed-off-by: Bill Fischofer --- .../linux-generic/include/odp/api/plat/static_inline.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.7.4 Reviewed-by: Mike Holmes diff --git a/platform/linux-generic/include/odp/api/plat/static_inline.h.in b/platform/linux-generic/include/odp/api/plat/static_inline.h.in index acee5f3..4562a22 100644 --- a/platform/linux-generic/include/odp/api/plat/static_inline.h.in +++ b/platform/linux-generic/include/odp/api/plat/static_inline.h.in @@ -17,6 +17,17 @@ extern "C" { #endif +/** + * @internal + * @def ODP_ABI_COMPAT + * Control ABI compatibility + */ + +/** + * @internal + * @def _STATIC + * Control conditional static inline expansions for ABI compatibility + */ #if @ODP_ABI_COMPAT@ #define ODP_ABI_COMPAT 1 #define _STATIC