On 13.10.2017 03:24, Fam Zheng wrote: > Signed-off-by: Fam Zheng <f...@redhat.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 772ac209e1..da3c78df47 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -982,7 +982,7 @@ S: Supported > F: include/hw/scsi/* > F: include/scsi/* > F: hw/scsi/* > -F: util/scsi* > +F: scsi/*
scsi/* is already covered by the new "Block SCSI subsystem" section, so I think you can also simply remove that line instead. Thomas