From patchwork Sun Apr 12 14:40:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jerin Jacob Kollanukkaran X-Patchwork-Id: 68224 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C0DD2A058A; Sun, 12 Apr 2020 16:40:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A4C561B53; Sun, 12 Apr 2020 16:40:43 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by dpdk.org (Postfix) with ESMTP id 27BB02AB for ; Sun, 12 Apr 2020 16:40:42 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 03CEZgIr000311; Sun, 12 Apr 2020 07:40:40 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=pfpt0818; bh=/6qPs652062iCQ584+Fsr6XTuda/w2u6lmrrGRcplnE=; b=ZKxCuQKmvMPPjAQKaYHKOCTbZfXIOM90zrQOVLa+Qo4balxhs38106eojZuG+ooRIrln yXlwSxiJlMF9E4FmZ7IOJvvjh7dBJEHR40Uj36gu/ah7Df3Ik76Tef1m9btm9MPr9ZdT WEF4UZ1rkkGblqF1ZGcVeMXbcp0KVDmyGrSNH/7Up7DBSZbFeCv16d/Bx/C0G8jVQGa8 RVlUzjxiWPX58A5mucC4/Ha6qobtEJAATyOTeZ6oFuBoip/mG7AAnKHVt8jF8H59EJfh xY0RO0qfAkpqjlZcVc9U1x5to1+sdmxLdnpJrENbFbxknEGjsLA5+52RO1Miu4Utz6Ie Jw== Received: from sc-exch02.marvell.com ([199.233.58.182]) by mx0b-0016f401.pphosted.com with ESMTP id 30bddkk6sv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Sun, 12 Apr 2020 07:40:40 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by SC-EXCH02.marvell.com (10.93.176.82) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 12 Apr 2020 07:40:38 -0700 Received: from DC5-EXCH02.marvell.com (10.69.176.39) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Sun, 12 Apr 2020 07:40:37 -0700 Received: from maili.marvell.com (10.69.176.80) by DC5-EXCH02.marvell.com (10.69.176.39) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Sun, 12 Apr 2020 07:40:37 -0700 Received: from jerin-lab.marvell.com (jerin-lab.marvell.com [10.28.34.14]) by maili.marvell.com (Postfix) with ESMTP id ACD6F3F703F; Sun, 12 Apr 2020 07:40:35 -0700 (PDT) From: To: Thomas Monjalon CC: , , , Jerin Jacob Date: Sun, 12 Apr 2020 20:10:47 +0530 Message-ID: <20200412144047.2125201-1-jerinj@marvell.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.138, 18.0.676 definitions=2020-04-12_02:2020-04-11, 2020-04-12 signatures=0 Subject: [dpdk-dev] [PATCH] doc: use glob terminology X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" From: Jerin Jacob Globbing is the word used on fnmatch man page. Use globing terminology accross dpdk repo for shell pattern. Signed-off-by: Jerin Jacob --- devtools/check-includes.sh | 2 +- lib/librte_eal/include/rte_log.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/check-includes.sh b/devtools/check-includes.sh index 3629ab4c7..743e77675 100755 --- a/devtools/check-includes.sh +++ b/devtools/check-includes.sh @@ -23,7 +23,7 @@ # PEDANTIC_CFLAGS, PEDANTIC_CXXFLAGS and PEDANTIC_CPPFLAGS provide strict # C/C++ compilation flags. # -# IGNORE contains a list of shell patterns matching files (relative to the +# IGNORE contains a list of globbing matching files (relative to the # include directory) to avoid. It is set by default to known DPDK headers # which must not be included on their own. # diff --git a/lib/librte_eal/include/rte_log.h b/lib/librte_eal/include/rte_log.h index a497e195d..05761a3b6 100644 --- a/lib/librte_eal/include/rte_log.h +++ b/lib/librte_eal/include/rte_log.h @@ -158,7 +158,7 @@ __rte_experimental bool rte_log_can_log(uint32_t logtype, uint32_t loglevel); /** - * Set the log level for a given type based on shell pattern. + * Set the log level for a given type based on globbing. * * @param pattern * The match pattern identifying the log type.