From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] devtools: update headline prefix for drivers Date: Sun, 29 Jan 2017 15:42:20 +0100 Message-ID: <2643923.uF4XpkiS99@xps13> References: <20170126140744.21626-2-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Pablo de Lara To: Ferruh Yigit Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 9F27EBD2C for ; Sun, 29 Jan 2017 15:42:23 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id c85so179987047wmi.1 for ; Sun, 29 Jan 2017 06:42:23 -0800 (PST) In-Reply-To: <20170126140744.21626-2-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-01-26 14:07, Ferruh Yigit: > For the patches that touch multiple drivers in same driver group, > script forces headline prefix start with drv group. > > Like for net/a net/b net/c, patch title should be "net: x y z" > > Update rule to let "driver" prefix in headline, > for above sample patch title becomes: "drivers/net: x y z" > > This prevents patch confused with library with same name. > > Signed-off-by: Ferruh Yigit Applied, thanks