Message ID | 20221127204058.57111-7-krzysztof.kozlowski@linaro.org |
---|---|
State | New |
Headers | show |
Series | leds: dt-bindings: use unevaluatedProperties:false and few fixes | expand |
On Sun, Nov 27, 2022 at 09:40:58PM +0100, Krzysztof Kozlowski wrote: > 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@suse.de> (in file) I'm pretty sure it is correct as-is. We should fix get_maintainers.pl so all the one name celebrities can be maintainers. Rob
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@suse.de> + - Neil Brown <neilb@suse.de> description: The TCA6507 is a programmable LED controller connected via I2C that can drive
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@suse.de> (in file) Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/leds/ti,tca6507.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)