From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D95F5A0588 for ; Mon, 20 Apr 2020 01:40:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4EF91D154; Mon, 20 Apr 2020 01:40:03 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3F0731C433; Mon, 20 Apr 2020 01:40:00 +0200 (CEST) IronPort-SDR: iASq5yHnrkyusTrXudz7SrjFgFOG6qUOFqdlwoW/EykV1a6giHo9dhmmXtaxT1VXLh1zVlDYaY /4purydFr4Sg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2020 16:39:59 -0700 IronPort-SDR: QA4v+y23Vby3dy7Jhq4FipthXuv7BGcjDAq9aoGWzKe3KxAnkVc348TYxrXzJsYcxgvRBQt4JE lsi+GfCGLw0w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,404,1580803200"; d="scan'208";a="279066470" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga004.fm.intel.com with ESMTP; 19 Apr 2020 16:39:59 -0700 From: Nicolas Chautru To: dev@dpdk.org, akhil.goyal@nxp.com Cc: stable@dpdk.org, Nicolas Chautru Date: Sun, 19 Apr 2020 16:39:47 -0700 Message-Id: <1587339588-243777-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-stable] [PATCH v2] bbdev: doxygen fix X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" v2: Fixes reference added in commit message (this was there from the beginning) though this is not critical for LTS branch. Cosmetic changes for doxygen markup which were incorrect as raised during parallel code review. Nicolas Chautru (1): bbdev: doxygen update only lib/librte_bbdev/rte_bbdev.h | 16 ++++++++-------- lib/librte_bbdev/rte_bbdev_op.h | 16 ++++++++-------- lib/librte_bbdev/rte_bbdev_pmd.h | 14 +++++++------- 3 files changed, 23 insertions(+), 23 deletions(-) -- 1.8.3.1