From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH] devtools: do not create kernel dir Date: Thu, 29 Mar 2018 11:36:45 +0100 Message-ID: <20180329103645.35401-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org, Pablo de Lara To: thomas@monjalon.net Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D14CD374 for ; Thu, 29 Mar 2018 12:36:37 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- 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