From patchwork Thu Jul 21 12:06:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christophe Milard X-Patchwork-Id: 72554 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp382894qga; Thu, 21 Jul 2016 04:18:31 -0700 (PDT) X-Received: by 10.129.90.215 with SMTP id o206mr33613348ywb.14.1469099910816; Thu, 21 Jul 2016 04:18:30 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id f184si4639221qkc.132.2016.07.21.04.18.30; Thu, 21 Jul 2016 04:18:30 -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 7380D63A3A; Thu, 21 Jul 2016 11:18:30 +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 C084B68066; Thu, 21 Jul 2016 11:08:44 +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 C179868974; Thu, 21 Jul 2016 11:08:40 +0000 (UTC) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) by lists.linaro.org (Postfix) with ESMTPS id 48DD86804F for ; Thu, 21 Jul 2016 11:07:30 +0000 (UTC) Received: by mail-lf0-f50.google.com with SMTP id f93so58658078lfi.2 for ; Thu, 21 Jul 2016 04:07:30 -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:in-reply-to :references; bh=z9My8NxRPVNxauY/SZt2CyFT2qnBh1q4qy6l9PWgT1g=; b=Ey7M3J0+7SzPsmouFEt723hTvuuDLFb6KKBdWXsWrrV+XzCssg1YnS0bi2R2iFYWjA EiPd4HYrgQT3QSYWbARzTACYQNXBIUVZKvtwgvTkJll84FA2Qv65Q02O91UQgzuKOBGW LXvQ80bR/hPQgCYn9x5/WMXKzhPRkFAFQY6GxFuRqHEz4KfvTFLK92Ic2DTc71Nk9Yor zo7hv6XsiE5SJezUSsTsUYNo/2KPnfcQPMtNaCIzvwp3iNmbDEGOySQFPEyjm2bSFGDV x7bj6tMaS9fU6oPqaIzWeYRzmdyvmlxwlxLHsH9zPNiRtRT0js/9fI/H39yGS9TSlhct yvWA== X-Gm-Message-State: ALyK8tJJj0JghvKsAq6iKJ6hZFGrP+zcfWSfbnSVf2CxUyXmj5m6Hc/AKu3i4Rr6oQqvdIxkOSo= X-Received: by 10.25.24.153 with SMTP id 25mr21761989lfy.103.1469099249021; Thu, 21 Jul 2016 04:07:29 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id i80sm1577861lfg.6.2016.07.21.04.07.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 21 Jul 2016 04:07:28 -0700 (PDT) From: Christophe Milard To: mike.holmes@linaro.org, lng-odp@lists.linaro.org, balakrishna.garapati@linaro.org Date: Thu, 21 Jul 2016 14:06:21 +0200 Message-Id: <1469102786-65530-14-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1469102786-65530-1-git-send-email-christophe.milard@linaro.org> References: <1469102786-65530-1-git-send-email-christophe.milard@linaro.org> X-Topics: patch Subject: [lng-odp] [API-NEXT PATCHv3 13/18] linux-generic: cosmetic changes on atomic 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" To please check-patch before the copy to the drv interface. Signed-off-by: Christophe Milard --- include/odp/api/spec/atomic.h | 1 - platform/linux-generic/include/odp/api/plat/atomic_types.h | 1 - 2 files changed, 2 deletions(-) -- 2.7.4 diff --git a/include/odp/api/spec/atomic.h b/include/odp/api/spec/atomic.h index b8d992d..408829d 100644 --- a/include/odp/api/spec/atomic.h +++ b/include/odp/api/spec/atomic.h @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-3-Clause */ - /** * @file * diff --git a/platform/linux-generic/include/odp/api/plat/atomic_types.h b/platform/linux-generic/include/odp/api/plat/atomic_types.h index 3bb2bbd..d8a6ea6 100644 --- a/platform/linux-generic/include/odp/api/plat/atomic_types.h +++ b/platform/linux-generic/include/odp/api/plat/atomic_types.h @@ -4,7 +4,6 @@ * SPDX-License-Identifier: BSD-3-Clause */ - /** * @file *