From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linuxarm@huawei.com, mauro.chehab@huawei.com,
linux-phy@lists.infradead.org, linux-staging@lists.linux.dev,
linux-usb@vger.kernel.org,
Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970
Date: Thu, 1 Jul 2021 15:26:29 +0200 [thread overview]
Message-ID: <20210701152629.66a47fe2@coco.lan> (raw)
In-Reply-To: <20210701093903.28733-1-lukas.bulwahn@gmail.com>
Em Thu, 1 Jul 2021 11:39:03 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> escreveu:
> Commit 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into
> phy") moves phy-hi3670-usb3.c from ./drivers/staging/hikey9xx/ to
> ./drivers/phy/hisilicon/, but the new file entry in MAINTAINERS refers to
> ./drivers/phy/hisilicon/phy-kirin970-usb3.c.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/phy/hisilicon/phy-kirin970-usb3.c
>
> Repair the file entry by referring to the right location.
>
> Fixes: 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into phy")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210701
>
> Mauro, please ack.
Acked-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Greg, please pick this non-urgent minor fix on top of commit 8de6b7edd493
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66d047dc6880..a4e0c20b416a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19153,7 +19153,7 @@ M: Mauro Carvalho Chehab <mchehab@kernel.org>
> L: linux-usb@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
> -F: drivers/phy/hisilicon/phy-kirin970-usb3.c
> +F: drivers/phy/hisilicon/phy-hi3670-usb3.c
>
> USB ISP116X DRIVER
> M: Olav Kongas <ok@artecdesign.ee>
Thanks,
Mauro
WARNING: multiple messages have this Message-ID (diff)
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linuxarm@huawei.com, mauro.chehab@huawei.com,
linux-phy@lists.infradead.org, linux-staging@lists.linux.dev,
linux-usb@vger.kernel.org,
Ralf Ramsauer <ralf.ramsauer@oth-regensburg.de>,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970
Date: Thu, 1 Jul 2021 15:26:29 +0200 [thread overview]
Message-ID: <20210701152629.66a47fe2@coco.lan> (raw)
In-Reply-To: <20210701093903.28733-1-lukas.bulwahn@gmail.com>
Em Thu, 1 Jul 2021 11:39:03 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> escreveu:
> Commit 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into
> phy") moves phy-hi3670-usb3.c from ./drivers/staging/hikey9xx/ to
> ./drivers/phy/hisilicon/, but the new file entry in MAINTAINERS refers to
> ./drivers/phy/hisilicon/phy-kirin970-usb3.c.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
>
> warning: no file matches F: drivers/phy/hisilicon/phy-kirin970-usb3.c
>
> Repair the file entry by referring to the right location.
>
> Fixes: 8de6b7edd493 ("phy: phy-hi3670-usb3: move driver from staging into phy")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20210701
>
> Mauro, please ack.
Acked-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> Greg, please pick this non-urgent minor fix on top of commit 8de6b7edd493
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66d047dc6880..a4e0c20b416a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19153,7 +19153,7 @@ M: Mauro Carvalho Chehab <mchehab@kernel.org>
> L: linux-usb@vger.kernel.org
> S: Maintained
> F: Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
> -F: drivers/phy/hisilicon/phy-kirin970-usb3.c
> +F: drivers/phy/hisilicon/phy-hi3670-usb3.c
>
> USB ISP116X DRIVER
> M: Olav Kongas <ok@artecdesign.ee>
Thanks,
Mauro
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2021-07-01 13:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-01 9:39 [PATCH] MAINTAINERS: repair reference in USB IP DRIVER FOR HISILICON KIRIN 970 Lukas Bulwahn
2021-07-01 9:39 ` Lukas Bulwahn
2021-07-01 9:51 ` Greg Kroah-Hartman
2021-07-01 9:51 ` Greg Kroah-Hartman
2021-07-01 13:26 ` Mauro Carvalho Chehab [this message]
2021-07-01 13:26 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210701152629.66a47fe2@coco.lan \
--to=mchehab+huawei@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-usb@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=lukas.bulwahn@gmail.com \
--cc=mauro.chehab@huawei.com \
--cc=ralf.ramsauer@oth-regensburg.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.