aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2009-09-21 17:04:14 -0700
committerLinus Torvalds <[email protected]>2009-09-22 07:17:46 -0700
commit1d606b4e0bf8fe45e3f88543dfce83207ae0027d (patch)
tree3ce6a2d59ce2240b21d60afc929d58999e9efbc7 /net/lapb/lapb_subr.c
parentf5492666a3b62344de9026a960c11888160362c9 (diff)
scripts/get_maintainer.pl: add sections in pattern match depth order
Before this change, matched sections were added in the order of appearance in the normally alphabetic section order of the MAINTAINERS file. For instance, finding the maintainer for drivers/scsi/wd7000.c would first find "SCSI SUBSYSTEM", then "WD7000 SCSI SUBSYSTEM", then "THE REST". before patch: $ ./scripts/get_maintainer.pl --nogit -f drivers/scsi/wd7000.c James E.J. Bottomley <[email protected]> Miroslav Zagorac <[email protected]> [email protected] [email protected] get_maintainer.pl now selects matched sections by longest pattern match. Longest is the number of "/"s and any specific file pattern. This changes the example output order of MAINTAINERS to whatever is selected in "WD7000 SUBSYSTEM", then "SCSI SYSTEM", then "THE REST". after patch: $ ./scripts/get_maintainer.pl --nogit -f drivers/scsi/wd7000.c Miroslav Zagorac <[email protected]> James E.J. Bottomley <[email protected]> [email protected] [email protected] Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions