[PATCH] MAINTAINERS: Add myself as a reviewer for Checkpatch

Chao Liu posted 1 patch 2 weeks, 3 days ago
Failed in applying to current master (apply log)
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add myself as a reviewer for Checkpatch
Posted by Chao Liu 2 weeks, 3 days ago
Add myself as a reviewer for the Checkpatch module, so I can help
review related patches and continue maintaining it.

Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 93a1e4e482..4914fa02a3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3739,6 +3739,7 @@ F: hw/pci/pcie_doe.c
 F: docs/specs/spdm.rst
 
 Checkpatch
+R: Chao Liu <chao.liu.zevorn@gmail.com>
 S: Odd Fixes
 F: scripts/checkpatch.pl
Re: [PATCH] MAINTAINERS: Add myself as a reviewer for Checkpatch
Posted by Markus Armbruster 2 weeks, 2 days ago
Chao Liu <chao.liu.zevorn@gmail.com> writes:

> Add myself as a reviewer for the Checkpatch module, so I can help
> review related patches and continue maintaining it.
>
> Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>

I'll take this through my tree.  Thanks!
Re: [PATCH] MAINTAINERS: Add myself as a reviewer for Checkpatch
Posted by Philippe Mathieu-Daudé 2 weeks, 3 days ago
On 13/5/26 09:08, Chao Liu wrote:
> Add myself as a reviewer for the Checkpatch module, so I can help
> review related patches and continue maintaining it.
> 
> Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

FYI: 
https://lore.kernel.org/qemu-devel/20250819-checkpatch-py-v1-1-99de8bb733db@linaro.org/

Re: [PATCH] MAINTAINERS: Add myself as a reviewer for Checkpatch
Posted by Chao Liu 2 weeks, 2 days ago
On Wed, May 13, 2026 at 09:18:04AM +0200, Philippe Mathieu-Daudé wrote:
> On 13/5/26 09:08, Chao Liu wrote:
> > Add myself as a reviewer for the Checkpatch module, so I can help
> > review related patches and continue maintaining it.
> > 
> > Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
> > ---
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> 
> FYI: https://lore.kernel.org/qemu-devel/20250819-checkpatch-py-v1-1-99de8bb733db@linaro.org/

Oh, nice! I have always had an idea to refactor checkpatch.pl by following
the approach used in the kernel’s Python checkpatch script.

I’ll take a close look at this patchset. Thanks for the reminder!

Thanks,
Chao