[dpdk-dev] devtools: do not create kernel dir

Message ID 20180329103645.35401-1-pablo.de.lara.guarch@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

De Lara Guarch, Pablo March 29, 2018, 10:36 a.m. UTC
  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(-)
  

Comments

Ferruh Yigit March 29, 2018, 1:03 p.m. UTC | #1
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>
  
Thomas Monjalon April 4, 2018, 11:41 a.m. UTC | #2
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
  

Patch

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 () {