Hi Yifeng, Thank you for version 5. A test with the command below gives this warning: WARNING: Missing commit description - Add an appropriate one WARNING: Misordered MAINTAINERS entry - list file patterns in alphabetic order #21: FILE: MAINTAINERS:2314: F: Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml +F: Documentation/devicetree/bindings/*/*rockchip*.yaml ./scripts/checkpatch.pl --strict 0003-MAINTAINERS-add-maintainers-to-rockchip-nfc.patch The enties of MAINTAINERS have been sort with this command: ./scripts/parse-maintainers.pl --input=MAINTAINERS --output=MAINTAINERS --order On 4/26/20 12:02 PM, Yifeng Zhao wrote: Add a commit description. > Signed-off-by: Yifeng Zhao <yifeng.zhao@xxxxxxxxxxxxxx> > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 58725773cec4..187415b1481a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2308,11 +2308,11 @@ L: linux-rockchip@xxxxxxxxxxxxxxxxxxx > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git > F: Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml > -F: Documentation/devicetree/bindings/mmc/rockchip-dw-mshc.yaml > -F: Documentation/devicetree/bindings/spi/spi-rockchip.yaml > +F: Documentation/devicetree/bindings/*/*rockchip*.yaml The script likes to see a different order here. > F: arch/arm/boot/dts/rk3* > F: arch/arm/boot/dts/rv1108* > F: arch/arm/mach-rockchip/ > +F: drivers/*/*/*/*rockchip* > F: drivers/*/*/*rockchip* > F: drivers/*/*rockchip* > F: drivers/clk/rockchip/ >