scripts/get_maintainers.pl is confused when name and family name are without space: $ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/leds/ti,tca6507.yaml - NeilBrown <neilb@xxxxxxx> (in file) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> --- Documentation/devicetree/bindings/leds/ti,tca6507.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/leds/ti,tca6507.yaml b/Documentation/devicetree/bindings/leds/ti,tca6507.yaml index 9ce5c0f16e17..f2c4e94b33c3 100644 --- a/Documentation/devicetree/bindings/leds/ti,tca6507.yaml +++ b/Documentation/devicetree/bindings/leds/ti,tca6507.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: TCA6507 LED and GPIO controller maintainers: - - NeilBrown <neilb@xxxxxxx> + - Neil Brown <neilb@xxxxxxx> description: The TCA6507 is a programmable LED controller connected via I2C that can drive -- 2.34.1