devtools: update git headline prefix check for drivers
authorFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Jan 2017 14:07:43 +0000 (14:07 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 29 Jan 2017 14:48:11 +0000 (15:48 +0100)
commit87acacf870377ad92b8c214ef306edf9ce80de5c
tree016dd6e6193d49fba1535dd331a290da0cf137df
parent61207d014fc906302a184ae2f779b54ccfd0cd4c
devtools: update git headline prefix check for drivers

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 <ferruh.yigit@intel.com>
devtools/check-git-log.sh