* [dpdk-dev] [PATCH] devtools: do not create kernel dir
@ 2018-03-29 10:36 Pablo de Lara
2018-03-29 13:03 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Pablo de Lara @ 2018-03-29 10:36 UTC (permalink / raw)
To: thomas; +Cc: dev, Pablo de Lara
get-maintainer script requires the creation of
some folders, including "kernel". Since now this folder
exists in DPDK folder, it is not required to create it.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
devtools/get-maintainer.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh
index 904b77858..1e9eabd95 100755
--- a/devtools/get-maintainer.sh
+++ b/devtools/get-maintainer.sh
@@ -31,7 +31,7 @@ if [ ! -x "$DPDK_GETMAINTAINER_PATH" ] ; then
fi
FILES="COPYING CREDITS Kbuild"
-FOLDERS="Documentation arch include fs init ipc kernel scripts"
+FOLDERS="Documentation arch include fs init ipc scripts"
# Kernel script checks for some files and folders to run
workaround () {
--
2.14.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: do not create kernel dir
2018-03-29 10:36 [dpdk-dev] [PATCH] devtools: do not create kernel dir Pablo de Lara
@ 2018-03-29 13:03 ` Ferruh Yigit
2018-04-04 11:41 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-03-29 13:03 UTC (permalink / raw)
To: Pablo de Lara, thomas; +Cc: dev
On 3/29/2018 11:36 AM, Pablo de Lara wrote:
> get-maintainer script requires the creation of
> some folders, including "kernel". Since now this folder
> exists in DPDK folder, it is not required to create it.
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] devtools: do not create kernel dir
2018-03-29 13:03 ` Ferruh Yigit
@ 2018-04-04 11:41 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2018-04-04 11:41 UTC (permalink / raw)
To: Pablo de Lara; +Cc: dev, Ferruh Yigit
29/03/2018 15:03, Ferruh Yigit:
> On 3/29/2018 11:36 AM, Pablo de Lara wrote:
> > get-maintainer script requires the creation of
> > some folders, including "kernel". Since now this folder
> > exists in DPDK folder, it is not required to create it.
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-04 11:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29 10:36 [dpdk-dev] [PATCH] devtools: do not create kernel dir Pablo de Lara
2018-03-29 13:03 ` Ferruh Yigit
2018-04-04 11:41 ` 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).