Re: [PATCH v1] MAINTAINERS: Sort entries in database for VSPRINTF

From: Petr Mladek
Date: Mon Feb 10 2020 - 09:22:04 EST


Hi Andy,

On Tue 2020-01-28 16:34:25, Andy Shevchenko wrote:
> Run parse-maintainers.pl and choose VSPRINTF record. Fix it accordingly.

Does this produce any visible error or warning anywhere, please?

checkpatch.pl does not warn about it.

Also the order does not look defined in the file. When I run
parse-maintainers.pl on the entire MAINTAINERS file:

MAINTAINERS | 5584 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------
1 file changed, 2787 insertions(+), 2797 deletions(-)

The file has 18545 lines. It means that huge amount of entries
do not follow the order.

Best Regards,
Petr

> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
> MAINTAINERS | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 211043d91cd0..4791757ba1ef 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17932,11 +17932,11 @@ M: Steven Rostedt <rostedt@xxxxxxxxxxx>
> M: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx>
> R: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> R: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
> S: Maintained
> -F: lib/vsprintf.c
> -F: lib/test_printf.c
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git
> F: Documentation/core-api/printk-formats.rst
> +F: lib/test_printf.c
> +F: lib/vsprintf.c
>
> VT1211 HARDWARE MONITOR DRIVER
> M: Juerg Haefliger <juergh@xxxxxxxxx>
> --
> 2.24.1