On Wed, 2011-03-02 at 14:13 -0800, [email protected] wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS

The patch subject is not quite correct.
You're adding patterns, not maintainers.

> index 696cb18..97107fd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -905,6 +905,12 @@ F:       drivers/mmc/host/msm_sdcc.h
>  F:   drivers/tty/serial/msm_serial.h
>  F:   drivers/tty/serial/msm_serial.c
>  F:   drivers/platform/msm/
> +F:   drivers/mfd/pm8921-core.c
> +F:   drivers/mfd/pm8xxx-mpp.c
> +F:   include/linux/mfd/pm8921.h
> +F:   include/linux/mfd/pm8xxx/
> +F:   drivers/gpio/pm8xxx-gpio.c
> +F:   drivers/mfd/pm8xxx-irq.c

My preference is to keep these in alphabetic order.

Another option is a wildcard pattern match like:

F:      drivers/*/pm8???-*

instead of:

F:      drivers/gpio/pm8xxx-gpio.c
F:      drivers/mfd/pm8921-core.c
F:      drivers/mfd/pm8xxx-irq.c
F:      drivers/mfd/pm8xxx-mpp.c


--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to