[RFC PATCH 1/2] scripts: warn about invalid MAINTAINER patterns

2017-10-31 Thread Tom Saeger
Add get_maintainer.pl option to warn about invalid "F" and "X" patterns found in MAINTAINERS file(s). Signed-off-by: Tom Saeger --- scripts/get_maintainer.pl | 65 +++ 1 file changed, 65 insertions(+) diff --git a/scripts/get_mai

[RFC PATCH 0/2] scripts: warn about invalid MAINTAINER patterns

2017-10-31 Thread Tom Saeger
ong time - so stable kernels might benefit from backporting. Future enhancements could sanity check all the other entry types found in MAINTAINER file. --Tom Tom Saeger (2): scripts: warn about invalid MAINTAINER patterns MAINTAINERS: various pattern fixes for mv/rm/typos MAINTAINERS

[RFC PATCH 2/2] MAINTAINERS: various pattern fixes for mv/rm/typos

2017-10-31 Thread Tom Saeger
Several stale or typo'd "F" "X" patterns fixed. Signed-off-by: Tom Saeger --- MAINTAINERS | 107 1 file changed, 42 insertions(+), 65 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index af0cb69f6a3e..

[PATCH] staging: Fix incorrect unisys MAINTAINERS pattern

2017-10-31 Thread Tom Saeger
Signed-off-by: Tom Saeger Cc: David Kershner Cc: Greg Kroah-Hartman --- drivers/staging/unisys/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/MAINTAINERS b/drivers/staging/unisys/MAINTAINERS index 1f0425bf3583..aaddc619c329 100644 --- a

Re: [PATCH] staging: Fix incorrect unisys MAINTAINERS pattern

2017-10-31 Thread Tom Saeger
On Tue, Oct 31, 2017 at 04:10:42PM +0100, Greg Kroah-Hartman wrote: > On Tue, Oct 31, 2017 at 09:55:54AM -0500, Tom Saeger wrote: > > Signed-off-by: Tom Saeger > > Cc: David Kershner > > Cc: Greg Kroah-Hartman > > --- > > drivers/staging/unisys/MAINTAIN

[PATCH v2 1/1] staging: Fix incorrect unisys MAINTAINERS pattern

2017-10-31 Thread Tom Saeger
Fix stale path to documentation in MAINTAINERS file. Signed-off-by: Tom Saeger Cc: David Kershner Cc: Greg Kroah-Hartman --- drivers/staging/unisys/MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/MAINTAINERS b/drivers/staging/unisys

Re: [RFC PATCH 1/2] scripts: warn about invalid MAINTAINER patterns

2017-10-31 Thread Tom Saeger
On Tue, Oct 31, 2017 at 08:47:58AM -0700, Joe Perches wrote: > On Tue, 2017-10-31 at 09:46 -0500, Tom Saeger wrote: > > Add get_maintainer.pl option to warn about invalid > > "F" and "X" patterns found in MAINTAINERS file(s). > > Hi Tom. > > I&#x

[PATCH] scripts: warn about invalid MAINTAINERS patterns

2017-10-31 Thread Tom Saeger
Add "--pattern-checks" option to get_maintainer.pl to warn about invalid "F" and "X" patterns found in MAINTAINERS file(s). Signed-off-by: Tom Saeger Cc: Joe Perches --- scripts/get_maintainer.pl | 47 +++ 1 file changed

Re: [PATCH] scripts: warn about invalid MAINTAINERS patterns

2017-11-01 Thread Tom Saeger
On Wed, Nov 01, 2017 at 08:32:51AM -0700, Joe Perches wrote: > On Tue, 2017-10-31 at 16:37 -0500, Tom Saeger wrote: > > Add "--pattern-checks" option to get_maintainer.pl to warn about invalid > > "F" and "X" patterns found in MAINTAINERS file(s)

Re: [PATCH] scripts: warn about invalid MAINTAINERS patterns

2017-11-01 Thread Tom Saeger
On Wed, Nov 01, 2017 at 09:50:05AM -0700, Joe Perches wrote: > (add mercurial-devel and xen-devel to cc's) > > On Tue, 2017-10-31 at 16:37 -0500, Tom Saeger wrote: > > Add "--pattern-checks" option to get_maintainer.pl to warn about invalid > > "F"

[PATCH v2 1/1] scripts: warn about invalid MAINTAINERS patterns

2017-11-01 Thread Tom Saeger
Add "--self-test" option to get_maintainer.pl to show potential issues in MAINTAINERS file(s) content. Pattern check warnings are shown for "F" and "X" patterns found in MAINTAINERS file(s) which do not match any files known by git. Signed-off-by: Tom Sa

Re: [PATCH] get_maintainer: Add a couple more --self-test options

2017-11-06 Thread Tom Saeger
: > > o Add --self-test= options (sections, patterns and scm for now) > where the default without options is all tests > o Rename check_maintainers_patterns to self_test > o Rename self_test_pattern_info to self_test_info > > Signed-off-by: Joe Perches > cc: Tom Saege

Re: [PATCH V2] Trivial typo fix and sentence construction for better readability

2021-03-19 Thread Tom Saeger
On Fri, Mar 19, 2021 at 01:03:02PM -0700, Randy Dunlap wrote: > > Hm, needs some spacing fixes IMO. See below. > > > On Sat, 20 Mar 2021, Bhaskar Chowdhury wrote: > > > > > s/funtion/functions/ > > > > Plus the sentence reconstructed for better readability. > > > > Signed-off-by: Bhaskar Cho

[PATCH] Documentation: arm64/acpi : clarify arm64 support of IBFT

2021-03-16 Thread Tom Saeger
ot;. Opportunistically re-flow paragraph for changed lines. Link: https://lore.kernel.org/lkml/1563475054-10680-1-git-send-email-thomas....@oracle.com/ Signed-off-by: Tom Saeger --- Documentation/arm64/acpi_object_usage.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) di

Re: [PATCH 1/1] block: fix trivial typos in comments

2021-03-29 Thread Tom Saeger
On Fri, Mar 26, 2021 at 09:46:36AM -0600, Jens Axboe wrote: > On 3/26/21 9:45 AM, Tom Saeger wrote: > > On Fri, Mar 26, 2021 at 09:41:49AM -0600, Jens Axboe wrote: > >> On 3/25/21 9:04 PM, Tom Saeger wrote: > >>> > >>> s/Additonal/Additional/ > &g

[PATCH 1/1] block: fix trivial typos in comments

2021-03-25 Thread Tom Saeger
/ s/Secion/Section/ s/soley/solely/ Cc: triv...@kernel.org Signed-off-by: Tom Saeger --- block/bfq-iosched.c | 4 ++-- block/blk-cgroup-rwstat.c | 2 +- block/blk-cgroup.c| 6 +++--- block/blk-core.c | 2 +- block/blk-iocost.c| 12 ++-- block/blk

Re: [PATCH 1/1] block: fix trivial typos in comments

2021-03-26 Thread Tom Saeger
On Fri, Mar 26, 2021 at 09:41:49AM -0600, Jens Axboe wrote: > On 3/25/21 9:04 PM, Tom Saeger wrote: > > > > s/Additonal/Additional/ > > s/assocaited/associated/ > > s/assocaited/associated/ > > s/assocating/associating/ > > s/becasue/because/ > > s/co

[PATCH 1/1] scripts/spelling.txt: add entries for recent discoveries

2021-03-26 Thread Tom Saeger
.git.tom.sae...@oracle.com/ Signed-off-by: Tom Saeger --- scripts/spelling.txt | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/scripts/spelling.txt b/scripts/spelling.txt index 2e3ba91a5072..f7a3bfd75787 100644 --- a/scripts/spelling.txt +++ b

Re: [PATCH] scripts: stable: add script to validate backports

2021-03-26 Thread Tom Saeger
On Wed, Mar 24, 2021 at 10:55:27AM +0100, Greg Kroah-Hartman wrote: > On Tue, Mar 23, 2021 at 01:28:38PM -0700, Nick Desaulniers wrote: > > On Tue, Mar 23, 2021 at 12:05 PM Greg Kroah-Hartman > > wrote: > > > > > > The only time git gets involved is when we do a -rc release or when we > > > do a "

Re: [PATCH 1/1] scripts/spelling.txt: add entries for recent discoveries

2021-03-27 Thread Tom Saeger
On Fri, Mar 26, 2021 at 04:36:01PM -0600, Jens Axboe wrote: > On 3/26/21 1:22 PM, Tom Saeger wrote: > > @@ -1153,6 +1170,7 @@ quering||querying > > queus||queues > > randomally||randomly > > raoming||roaming > > +readded||read > > reasearcher||re

[PATCH v2] scripts/spelling.txt: add entries for recent discoveries

2021-03-27 Thread Tom Saeger
.git.tom.sae...@oracle.com/ Signed-off-by: Tom Saeger --- Changes in v2: * drop entry `readded||read`, "readded" is in fact "readded" * Link to v1: https://lore.kernel.org/lkml/14c54ee47bf0e9aebfe71e97cefd11b2b8f0332f.1616784384.git.tom.sae...@oracl

Re: [PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Tom Saeger
On Sat, Mar 13, 2021 at 04:46:20AM +0530, Bhaskar Chowdhury wrote: > On 15:01 Fri 12 Mar 2021, Krzysztof Kozlowski wrote: > > On 12/03/2021 13:08, Bhaskar Chowdhury wrote: > > > > > > s/untile/until/ > > > s/souce/source/ > > > s/divier/divider/ > > > > > > Signed-off-by: Bhaskar Chowdhury > > >

Re: [PATCH V2] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Tom Saeger
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote: sent a few additional typo fixes to your V1, can you add those to your patch? Regards, --Tom

[PATCH] ACPI: fix various typos in comments

2021-03-12 Thread Tom Saeger
/specified/ s/rountine/routine/ s/previosuly/previously/ Change comment referencing pcc_send_cmd to send_pcc_cmd. Cc: triv...@kernel.org Signed-off-by: Tom Saeger --- drivers/acpi/ac.c | 2 +- drivers/acpi/acpi_video.c | 4 ++-- drivers/acpi/apei/erst.c

[PATCH] mailbox: fix various typos in comments

2021-03-12 Thread Tom Saeger
/definition/ s/traget/target/ s/wont/won't/ Cc: triv...@kernel.org Signed-off-by: Tom Saeger --- drivers/mailbox/Kconfig | 2 +- drivers/mailbox/bcm-flexrm-mailbox.c| 4 ++-- drivers/mailbox/mailbox-xgene-slimpro.c | 6 +++--- drivers/mailbox/mailbox.h

[PATCH] cpufreq: cppc: simplify default delay_us setting

2021-03-12 Thread Tom Saeger
Simplify case when setting default in cppc_cpufreq_get_transition_delay_us. Signed-off-by: Tom Saeger --- drivers/cpufreq/cppc_cpufreq.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index

Re: [PATCH V2] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Tom Saeger
On Fri, Mar 12, 2021 at 04:57:07PM -0800, Randy Dunlap wrote: > On 3/12/21 4:50 PM, Bhaskar Chowdhury wrote: > > On 17:16 Fri 12 Mar 2021, Tom Saeger wrote: > >> On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote: > >> > >> sent a few additiona

Re: [PATCH V3] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c

2021-03-12 Thread Tom Saeger
On Sat, Mar 13, 2021 at 09:19:51AM +0530, Bhaskar Chowdhury wrote: > > Trivial spelling fixes throughout the file. > LGTM Reviewed-by: Tom Saeger > Signed-off-by: Bhaskar Chowdhury > --- > Changes from V2: > Incoporated the findings of Tom Saeger > > driver

Re: [PATCH] include: linux: Fix a typo in the file fs.h

2021-03-12 Thread Tom Saeger
On Sat, Mar 13, 2021 at 10:49:55AM +0530, Bhaskar Chowdhury wrote: > s/varous/various/ > > Signed-off-by: Bhaskar Chowdhury > --- > include/linux/fs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/fs.h b/include/linux/fs.h > index ec8f3ddf4a6a..c37a17c32

[PATCH 0/8] Documentation: fix invalid Documentation refs (1)

2017-10-10 Thread Tom Saeger
some other version to sleuth-out what content was actually being referenced and then fixing the reference to point to the new file with that content. This is batch 1. Tom Saeger (8): Documentation: fix driver-api doc refs Documentation: fix admin-guide doc refs Documentation: fix input relate

[PATCH 2/8] Documentation: fix admin-guide doc refs

2017-10-10 Thread Tom Saeger
Make admin-guide document refs valid. Signed-off-by: Tom Saeger --- Documentation/ABI/stable/sysfs-devices | 2 +- Documentation/ABI/testing/sysfs-devices-system-cpu | 6 -- Documentation/ABI/testing/sysfs-power | 6 -- Documentation/admin-guide/README.rst

[PATCH 4/8] Documentation: fix security related doc refs

2017-10-10 Thread Tom Saeger
Make security document refs valid. Signed-off-by: Tom Saeger --- Documentation/ABI/testing/evm | 4 ++-- Documentation/security/LSM.rst | 2 +- Documentation/security/credentials.rst | 2 +- Documentation/security/keys/request-key.rst | 2 +- 4 files changed, 5

[PATCH 1/8] Documentation: fix driver-api doc refs

2017-10-10 Thread Tom Saeger
Make driver-api document refs valid. Signed-off-by: Tom Saeger --- Documentation/power/pci.txt | 10 +- Documentation/power/runtime_pm.txt | 2 +- Documentation/process/submitting-drivers.rst | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff

[PATCH 5/8] Documentation: fix media related doc refs

2017-10-10 Thread Tom Saeger
Make media doc refs valid. Signed-off-by: Tom Saeger --- Documentation/admin-guide/kernel-parameters.txt| 4 ++-- Documentation/media/dvb-drivers/bt8xx.rst | 8 Documentation/media/uapi/v4l/dev-sliced-vbi.rst| 2 +- Documentation/media/uapi/v4l/extended-controls.rst

[PATCH 7/8] Documentation: fix usb related doc refs

2017-10-10 Thread Tom Saeger
Update ref to usb proc_usb_info.txt. Signed-off-by: Tom Saeger --- Documentation/driver-api/usb/usb.rst | 4 +--- Documentation/networking/cdc_mbim.txt | 4 ++-- Documentation/usb/gadget-testing.txt | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Documentation/driver

[PATCH 8/8] Documentation: fix networking related doc refs.

2017-10-10 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/networking/checksum-offloads.txt | 2 +- Documentation/networking/packet_mmap.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/networking/checksum-offloads.txt b/Documentation/networking/checksum

[PATCH 3/8] Documentation: fix input related doc refs

2017-10-10 Thread Tom Saeger
Make `input` document refs valid including: - joystick - joystick-parport Signed-off-by: Tom Saeger --- Documentation/admin-guide/kernel-parameters.txt | 10 +- Documentation/hid/hiddev.txt| 2 +- Documentation/input/devices/xpad.rst| 3

[PATCH 6/8] Documentation: fix sound related doc refs

2017-10-10 Thread Tom Saeger
Make sound doc refs valid. Signed-off-by: Tom Saeger --- Documentation/sound/hd-audio/notes.rst| 2 +- Documentation/sound/kernel-api/writing-an-alsa-driver.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/sound/hd-audio/notes.rst b

[PATCH v3 0/2] docs: Update binfmt_misc links

2017-10-03 Thread Tom Saeger
v3: - Split into `docs` and `fs` patch as suggested by Jonathan Corbet -- Tom Saeger (2): docs: Update binfmt_misc links fs: Update binfmt_misc links Documentation/sysctl/README | 2 +- Documentation/sysctl/fs.txt | 2 +- fs/Kconfig.binfmt | 2 +- fs/binfmt_misc.c

[PATCH v3 1/2] docs: Update binfmt_misc links

2017-10-03 Thread Tom Saeger
Documentation/binfmt_misc.txt moved to Documentation/admin-guide/binfmt-misc.rst Signed-off-by: Tom Saeger --- Documentation/sysctl/README | 2 +- Documentation/sysctl/fs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/sysctl/README b/Documentation

[PATCH v3 2/2] fs: Update binfmt_misc links

2017-10-03 Thread Tom Saeger
Documentation/binfmt_misc.txt was moved to Documentation/admin-guide/binfmt-misc.rst Signed-off-by: Tom Saeger --- fs/Kconfig.binfmt | 2 +- fs/binfmt_misc.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index b2f82cf6bf86

Re: [PATCH v3 1/2] docs: Update binfmt_misc links

2017-10-03 Thread Tom Saeger
On Tue, Oct 03, 2017 at 09:23:59PM +, Jonathan Corbet wrote: > On Tue, 3 Oct 2017 16:16:37 -0500 > Tom Saeger wrote: > > > Documentation/binfmt_misc.txt moved to > > Documentation/admin-guide/binfmt-misc.rst > > > > Signed-off-by: Tom Saeger > > -

[PATCH 1/1] docs: Update binfmt_misc links

2017-09-27 Thread Tom Saeger
Documentation/binfmt_misc.txt was moved to Documentation/admin-guide/binfmt_misc.rst Signed-off-by: Tom Saeger --- Documentation/sysctl/README | 2 +- Documentation/sysctl/fs.txt | 2 +- fs/Kconfig.binfmt | 2 +- fs/binfmt_misc.c| 3 ++- 4 files changed, 5 insertions

[PATCH v2 1/1] docs: Update binfmt_misc links

2017-09-27 Thread Tom Saeger
Documentation/binfmt_misc.txt was moved to Documentation/admin-guide/binfmt_misc.rst Signed-off-by: Tom Saeger --- Documentation/sysctl/README | 2 +- Documentation/sysctl/fs.txt | 2 +- fs/Kconfig.binfmt | 2 +- fs/binfmt_misc.c| 3 ++- 4 files changed, 5 insertions(+), 4

[PATCH v2 0/1] docs: Update binfmt_misc links

2017-09-27 Thread Tom Saeger
v2: - replaced wrong binfmt_misc.rst with binfmt-misc.rst Tom Saeger (1): docs: Update binfmt_misc links Documentation/sysctl/README | 2 +- Documentation/sysctl/fs.txt | 2 +- fs/Kconfig.binfmt | 2 +- fs/binfmt_misc.c| 3 ++- 4 files changed, 5 insertions(+), 4

Re: [PATCH 0/8] Documentation: fix invalid Documentation refs (1)

2017-10-12 Thread Tom Saeger
On Thu, Oct 12, 2017 at 05:24:25PM +, Jonathan Corbet wrote: > On Tue, 10 Oct 2017 12:35:58 -0500 > Tom Saeger wrote: > > > Recently, while reading up on binfmt I attempted to open a document ref > > only to find it was invalid. I did a quick grep, found all the &g

[PATCH 0/8] Documentation: fix invalid Documentation refs (2)

2017-10-12 Thread Tom Saeger
Batch (2) set of simple document ref fixes. Tom Saeger (8): Documentation: fix locking rt-mutex doc refs Documentation: fix ref to sphinx/kerneldoc.py Documentation: fix ref to workqueue content Documentation: fix ref to coccinelle content Documentation: fix ref to trace stm content

[PATCH 4/8] Documentation: fix ref to coccinelle content

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/process/4.Coding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/4.Coding.rst b/Documentation/process/4.Coding.rst index 6df19943dd4d..26b106071364 100644 --- a/Documentation/process/4.Coding.rst +++ b

[PATCH 3/8] Documentation: fix ref to workqueue content

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- .../RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RCU/Design/Expedited-Grace-Periods/Expedited-Grace-Periods.html b/Documentation/RCU/Design/Expedited-Grace

[PATCH 5/8] Documentation: fix ref to trace stm content

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/trace/intel_th.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/intel_th.txt b/Documentation/trace/intel_th.txt index f92070e7dde0..7a57165c2492 100644 --- a/Documentation/trace/intel_th.txt +++ b

[PATCH 2/8] Documentation: fix ref to sphinx/kerneldoc.py

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/doc-guide/kernel-doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst index b24854b5d6be..0268335414ce 100644 --- a/Documentation/doc-guide/kernel

[PATCH 6/8] Documentation: fix ref to power basic-pm-debugging

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/power/interface.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/power/interface.txt b/Documentation/power/interface.txt index 7dc75f48e8bd..27df7f98668a 100644 --- a/Documentation/power/interface.txt +++ b

[PATCH 8/8] Documentation: fix ref to gpio.txt

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/ABI/obsolete/sysfs-gpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio index 867c1fab20e2..32513dc2eec9 100644 --- a/Documentation/ABI/obsolete/sysfs

[PATCH 1/8] Documentation: fix locking rt-mutex doc refs

2017-10-12 Thread Tom Saeger
Signed-off-by: Tom Saeger --- Documentation/locking/rt-mutex-design.txt | 2 +- Documentation/pi-futex.txt| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/locking/rt-mutex-design.txt b/Documentation/locking/rt-mutex-design.txt index

[PATCH 7/8] Documentation: fix selftests related file refs

2017-10-12 Thread Tom Saeger
Make refs to selftests files valid including: - watchdog-test.c - dnotify_test.c Signed-off-by: Tom Saeger --- Documentation/filesystems/dnotify.txt| 2 +- Documentation/watchdog/hpwdt.txt | 2 +- Documentation/watchdog/pcwd-watchdog.txt | 2 +- 3 files changed, 3 insertions

Re: [PATCH V2] get_maintainer: Add more --self-test options

2017-11-07 Thread Tom Saeger
(a comma separated list of any of sections, patterns, links or scm) > where the default without options is all tests > o Rename check_maintainers_patterns to self_test > o Rename self_test_pattern_info to self_test_info > > Signed-off-by: Joe Perches > Improved-by: Tom Saeger