[1/3] MAINTAINERS: add documentation for D:

Message ID 20230927-get_maintainer_add_d-v1-1-28c207229e72@google.com
State New
Headers
Series get_maintainer: add patch-only keyword matching |

Commit Message

Justin Stitt Sept. 27, 2023, 3:19 a.m. UTC
  Document what "D:" does.

This is more or less the same as what "K:" does but only works for patch
files.

See [3/3] for more info and an illustrative example.
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b19995690904..de68d2c0cf29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -59,6 +59,9 @@  Descriptions of section entries and preferred order
 	      matches patches or files that contain one or more of the words
 	      printk, pr_info or pr_err
 	   One regex pattern per line.  Multiple K: lines acceptable.
+  D: *Content regex* (perl extended) pattern match patches only.
+     Usage same as K:.
+
 
 Maintainers List
 ----------------