From patchwork Fri Sep 24 15:57:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olivier Matz X-Patchwork-Id: 99640 X-Patchwork-Delegate: david.marchand@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1358FA0548; Fri, 24 Sep 2021 17:58:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95E844135D; Fri, 24 Sep 2021 17:58:14 +0200 (CEST) Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mails.dpdk.org (Postfix) with ESMTP id 4247641332 for ; Fri, 24 Sep 2021 17:58:10 +0200 (CEST) Received: by mail-wr1-f54.google.com with SMTP id t28so15509282wra.7 for ; Fri, 24 Sep 2021 08:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Nf3KdNb6gA+ZuvmDV+TD2jtcEHZSaknKNTRdxkOv9tQ=; b=Q6ysYMnCwb7LhRzepMIlWcEaEnPE4g2h+67nkgp1z1EHY6oh4bgBermEiNrA7/zJ1l kJaa34Gky/nFuspw+M1U0da794EO60JAggoQ4P21MCOZdTZClbvrcPAQFvpoPN60DdqN 3/CqTz/kdlpgZOmw0t1/ef/kgMJw7Tzi6ePcVK81BO2CZpMwkYRNg9LFyvzBm0pG1Zfy 8j7ha1r41bk/0K5FLclylBbdan6ev1YQZt7KN1Gc+IKHWoa5KDxh1F9OOc3bAsbhxgqr pWxu2MeWaAwMeZUIHK/i7DWhbr0ibJrKrz0Z9Hh5dH3ab/cgFnwCDMu8s+LikfoLt0rX jntw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Nf3KdNb6gA+ZuvmDV+TD2jtcEHZSaknKNTRdxkOv9tQ=; b=Oc9K2vqbrzfvahc04xQdZMmxX9SVVnuR9pGbmg3IeMdWR769vZzQeriCsf66lteX3G Hdn2ZsYlL51ZdmevqjfYvOoFRoZ2HNX7RUcAamrPxp86NN4h8fyWCMAwjy1V2fZxApK6 ITFT/FD+zK9OkKIPFdZW3yv1fpPAeNntHX8dtb7W75JCSVGEUIgK6z5YlKQg2zAYRIEU xuwrGGiY6dNdiIlE7YpeDpNzyMt0+BAIMTbo7p2x4v+X/sirjC3NUC5DHJI8OaPJzowe PSUGOE6TAhmpjO1+sLF8y3iKsa+weLzRs0ep7kYJ5bBM6fKE0Ej3SaulYqmn6YII+LWs L0vQ== X-Gm-Message-State: AOAM532PgYy1JnDXbyeL/iTMnrbCTNE/YUwWtwdw5qEl/j9/GbMdGf/S g1ke+7tFl2C7yv9P4jqb10phBCjI3OQf6A== X-Google-Smtp-Source: ABdhPJzG+SaUoTynwNZfcsjmaYvGXchUZToaCC3U1lFsi7e/QV9ATG3qz2yi70s5MjJk14NT78rs7w== X-Received: by 2002:a05:600c:4f95:: with SMTP id n21mr2919590wmq.22.1632499090062; Fri, 24 Sep 2021 08:58:10 -0700 (PDT) Received: from gojira.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id a75sm9280829wmd.4.2021.09.24.08.58.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Sep 2021 08:58:09 -0700 (PDT) From: Olivier Matz To: dev@dpdk.org Cc: Olivier Matz , Bruce Richardson , Xueming Li , Gaetan Rivet , Ray Kinsella Date: Fri, 24 Sep 2021 17:57:40 +0200 Message-Id: <20210924155740.20510-6-olivier.matz@6wind.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210924155740.20510-1-olivier.matz@6wind.com> References: <20210924155740.20510-1-olivier.matz@6wind.com> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 5/5] kvargs: fix comments style X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" A '*' is missing at 2 places, add them. Fixes: e1a00536c8ed ("kvargs: add a new library to parse key/value arguments") Fixes: 3ab385063cb9 ("kvargs: add get by key") Signed-off-by: Olivier Matz --- lib/kvargs/rte_kvargs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kvargs/rte_kvargs.h b/lib/kvargs/rte_kvargs.h index 3c1754c3d9..359a9f5b09 100644 --- a/lib/kvargs/rte_kvargs.h +++ b/lib/kvargs/rte_kvargs.h @@ -125,7 +125,7 @@ void rte_kvargs_free(struct rte_kvargs *kvlist); * A list of rte_kvargs pair of 'key=value'. * @param key * The matching key. - + * * @return * NULL if no key matches the input, * a value associated with a matching key otherwise. @@ -190,7 +190,7 @@ int rte_kvargs_process(const struct rte_kvargs *kvlist, * The rte_kvargs structure * @param key_match * The key that should match, or NULL to count all associations - + * * @return * The number of entries */