diff options
author | Brendan Higgins <[email protected]> | 2022-07-25 18:07:37 -0400 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-29 18:12:36 -0700 |
commit | 9f98911a9d6e08037903e8ecf44d50f4bcf2368d (patch) | |
tree | ff30421b3157ea0e00c8e292dca48838586357cc | |
parent | 9f3cebf0bb84a2b94cb59df869f1463e4954e150 (diff) |
MAINTAINERS: kunit: add David Gow as a maintainer of KUnit
David has been a de facto maintainer of KUnit for a long time now.
Formalize this in the MAINTAINERS file.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Brendan Higgins <[email protected]>
Reviewed-by: David Gow <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Daniel Latypov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 52d1c5d0ca95..ba745a624c75 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10818,6 +10818,7 @@ F: fs/smbfs_common/ KERNEL UNIT TESTING FRAMEWORK (KUnit) M: Brendan Higgins <[email protected]> +M: David Gow <[email protected]> S: Maintained |