[PATCH] MAINTAINERS: Replace tab indent by spaces in the Status description

Philippe Mathieu-Daudé posted 1 patch 4 years, 6 months ago
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191012071307.14314-1-philmd@redhat.com
MAINTAINERS | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
[PATCH] MAINTAINERS: Replace tab indent by spaces in the Status description
Posted by Philippe Mathieu-Daudé 4 years, 6 months ago
The Status description has a mix of tabs and spaces and displays
unaligned. Unify using spaces.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3ca814850e..b9093e4dac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24,15 +24,15 @@ Descriptions of section entries:
 	Q: Patchwork web based patch tracking system site
 	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
 	S: Status, one of the following:
-	   Supported:	Someone is actually paid to look after this.
-	   Maintained:	Someone actually looks after it.
-	   Odd Fixes:	It has a maintainer but they don't have time to do
-			much other than throw the odd patch in. See below.
-	   Orphan:	No current maintainer [but maybe you could take the
-			role as you write your new code].
-	   Obsolete:	Old code. Something tagged obsolete generally means
-			it has been replaced by a better system and you
-			should be using that.
+          Supported:   Someone is actually paid to look after this.
+          Maintained:  Someone actually looks after it.
+          Odd Fixes:   It has a maintainer but they don't have time to do
+                       much other than throw the odd patch in. See below.
+          Orphan:      No current maintainer [but maybe you could take the
+                       role as you write your new code].
+          Obsolete:    Old code. Something tagged obsolete generally means
+                       it has been replaced by a better system and you
+                       should be using that.
 	F: Files and directories with wildcard patterns.
 	   A trailing slash includes all files and subdirectory files.
 	   F:	drivers/net/	all files in and below drivers/net
-- 
2.21.0


Re: [PATCH] MAINTAINERS: Replace tab indent by spaces in the Status description
Posted by Laurent Vivier 4 years, 6 months ago
Le 12/10/2019 à 09:13, Philippe Mathieu-Daudé a écrit :
> The Status description has a mix of tabs and spaces and displays
> unaligned. Unify using spaces.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3ca814850e..b9093e4dac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24,15 +24,15 @@ Descriptions of section entries:
>  	Q: Patchwork web based patch tracking system site
>  	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
>  	S: Status, one of the following:
> -	   Supported:	Someone is actually paid to look after this.
> -	   Maintained:	Someone actually looks after it.
> -	   Odd Fixes:	It has a maintainer but they don't have time to do
> -			much other than throw the odd patch in. See below.
> -	   Orphan:	No current maintainer [but maybe you could take the
> -			role as you write your new code].
> -	   Obsolete:	Old code. Something tagged obsolete generally means
> -			it has been replaced by a better system and you
> -			should be using that.
> +          Supported:   Someone is actually paid to look after this.
> +          Maintained:  Someone actually looks after it.
> +          Odd Fixes:   It has a maintainer but they don't have time to do
> +                       much other than throw the odd patch in. See below.
> +          Orphan:      No current maintainer [but maybe you could take the
> +                       role as you write your new code].
> +          Obsolete:    Old code. Something tagged obsolete generally means
> +                       it has been replaced by a better system and you
> +                       should be using that.
>  	F: Files and directories with wildcard patterns.
>  	   A trailing slash includes all files and subdirectory files.
>  	   F:	drivers/net/	all files in and below drivers/net
> 

Why don't you remove all the tabs (line 14 to line 55)?

And "vi" can help you:

:set expandtab
:retab

Thanks,
Laurent

Re: [PATCH] MAINTAINERS: Replace tab indent by spaces in the Status description
Posted by Aleksandar Markovic 4 years, 6 months ago
12.10.2019. 09.16, "Philippe Mathieu-Daudé" <philmd@redhat.com> је
написао/ла:
>
> The Status description has a mix of tabs and spaces and displays
> unaligned. Unify using spaces.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  MAINTAINERS | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3ca814850e..b9093e4dac 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24,15 +24,15 @@ Descriptions of section entries:
>         Q: Patchwork web based patch tracking system site
>         T: SCM tree type and location.  Type is one of: git, hg, quilt,
stgit.
>         S: Status, one of the following:
> -          Supported:   Someone is actually paid to look after this.
> -          Maintained:  Someone actually looks after it.
> -          Odd Fixes:   It has a maintainer but they don't have time to do
> -                       much other than throw the odd patch in. See below.
> -          Orphan:      No current maintainer [but maybe you could take
the
> -                       role as you write your new code].
> -          Obsolete:    Old code. Something tagged obsolete generally
means
> -                       it has been replaced by a better system and you
> -                       should be using that.
> +          Supported:   Someone is actually paid to look after this.
> +          Maintained:  Someone actually looks after it.
> +          Odd Fixes:   It has a maintainer but they don't have time to do
> +                       much other than throw the odd patch in. See below.
> +          Orphan:      No current maintainer [but maybe you could take
the
> +                       role as you write your new code].
> +          Obsolete:    Old code. Something tagged obsolete generally
means
> +                       it has been replaced by a better system and you
> +                       should be using that.
>         F: Files and directories with wildcard patterns.
>            A trailing slash includes all files and subdirectory files.
>            F:   drivers/net/    all files in and below drivers/net
> --
> 2.21.0
>
>