diff mbox series

[v2,1/3] MAINTAINERS: Clean up SCSI device section

Message ID 20171013085355.7563-2-famz@redhat.com
State New
Headers show
Series MAINTAINERS: Small fixes | expand

Commit Message

Fam Zheng Oct. 13, 2017, 8:53 a.m. UTC
1. Remove nonexistent file util/scsi*.
2. Drop useless section for LSI53C895A.
3. Leave include/scsi to "Block SCSI subsystem" section.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
---
 MAINTAINERS | 6 ------
 1 file changed, 6 deletions(-)

Comments

Thomas Huth Oct. 13, 2017, 8:56 a.m. UTC | #1
On 13.10.2017 10:53, Fam Zheng wrote:
> 1. Remove nonexistent file util/scsi*.
> 2. Drop useless section for LSI53C895A.
> 3. Leave include/scsi to "Block SCSI subsystem" section.
> 
> Suggested-by: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Fam Zheng <famz@redhat.com>
> ---
>  MAINTAINERS | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 772ac209e1..18ddaf4070 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -980,16 +980,10 @@ SCSI
>  M: Paolo Bonzini <pbonzini@redhat.com>
>  S: Supported
>  F: include/hw/scsi/*
> -F: include/scsi/*
>  F: hw/scsi/*
> -F: util/scsi*
>  F: tests/virtio-scsi-test.c
>  T: git git://github.com/bonzini/qemu.git scsi-next
>  
> -LSI53C895A
> -S: Orphan
> -F: hw/scsi/lsi53c895a.c
> -
>  SSI
>  M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
>  M: Alistair Francis <alistair.francis@xilinx.com>

Reviewed-by: Thomas Huth <thuth@redhat.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 772ac209e1..18ddaf4070 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -980,16 +980,10 @@  SCSI
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Supported
 F: include/hw/scsi/*
-F: include/scsi/*
 F: hw/scsi/*
-F: util/scsi*
 F: tests/virtio-scsi-test.c
 T: git git://github.com/bonzini/qemu.git scsi-next
 
-LSI53C895A
-S: Orphan
-F: hw/scsi/lsi53c895a.c
-
 SSI
 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
 M: Alistair Francis <alistair.francis@xilinx.com>