From: Jianjun Kong <[email protected]>
There is a list of status follow "S:...", so "F:..." must be move to end.
Signed-off-by: Jianjun Kong <[email protected]>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index fb1aad7..97c6387 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -73,7 +73,6 @@ L: Mailing list that is relevant to this area
W: Web-page with status/info
T: SCM tree type and location. Type is one of: git, hg, quilt.
S: Status, one of the following:
-F: Applicable files and/or directories
Supported: Someone is actually paid to look after this.
Maintained: Someone actually looks after it.
@@ -84,6 +83,7 @@ F: Applicable files and/or directories
Obsolete: Old code. Something tagged obsolete generally means
it has been replaced by a better system and you
should be using that.
+F: Applicable files and/or directories
3C505 NETWORK DRIVER
P: Philip Blundell
--
1.5.2.5
On Mon, 13 Oct 2008 11:20:41 +0800 Jianjun Kong wrote:
> From: Jianjun Kong <[email protected]>
>
> There is a list of status follow "S:...", so "F:..." must be move to end.
>
> Signed-off-by: Jianjun Kong <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Thanks for catching that.
> ---
> MAINTAINERS | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fb1aad7..97c6387 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -73,7 +73,6 @@ L: Mailing list that is relevant to this area
> W: Web-page with status/info
> T: SCM tree type and location. Type is one of: git, hg, quilt.
> S: Status, one of the following:
> -F: Applicable files and/or directories
>
> Supported: Someone is actually paid to look after this.
> Maintained: Someone actually looks after it.
> @@ -84,6 +83,7 @@ F: Applicable files and/or directories
> Obsolete: Old code. Something tagged obsolete generally means
> it has been replaced by a better system and you
> should be using that.
> +F: Applicable files and/or directories
>
> 3C505 NETWORK DRIVER
> P: Philip Blundell
---
~Randy