DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [PATCH] doc: use glob terminology
@ 2020-04-12 14:40 jerinj
  2020-04-12 15:04 ` [dpdk-dev] [PATCH v2] " jerinj
  2020-04-12 15:05 ` [dpdk-dev] [PATCH] " Thomas Monjalon
  0 siblings, 2 replies; 6+ messages in thread
From: jerinj @ 2020-04-12 14:40 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, olivier.matz, mattias.ronnblom, Jerin Jacob

From: Jerin Jacob <jerinj@marvell.com>

Globbing is the word used on fnmatch man page. Use globing
terminology accross dpdk repo for shell pattern.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
---
 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.
-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-19 14:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 14:40 [dpdk-dev] [PATCH] doc: use glob terminology jerinj
2020-04-12 15:04 ` [dpdk-dev] [PATCH v2] " jerinj
2020-04-25 17:26   ` Thomas Monjalon
2020-05-04 13:45   ` [dpdk-dev] [PATCH v3] " jerinj
2020-05-19 14:05     ` Thomas Monjalon
2020-04-12 15:05 ` [dpdk-dev] [PATCH] " Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).