diff mbox series

MAINTAINERS: use common indentation

Message ID 20190114074625.5550-1-lukas.bulwahn@gmail.com (mailing list archive)
State Superseded, archived
Headers show
Series MAINTAINERS: use common indentation | expand

Commit Message

Lukas Bulwahn Jan. 14, 2019, 7:46 a.m. UTC
Commit 46e2856b8e18 ("cpufreq: Add Kryo CPU scaling driver") slips in
some formatting with spaces instead of tabs, which are used in the common
format for the MAINTAINERS file.

Fixes: 46e2856b8e188949757c9123fd7f9ce36edd1a52
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Ilia Lin Jan. 14, 2019, 8:07 a.m. UTC | #1
Sure, thank you for the fix.
Could you change my e-mail to ilia.lin@kernel.org on the way?

Thanks,
Ilia Lin


On Mon, Jan 14, 2019 at 9:46 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 46e2856b8e18 ("cpufreq: Add Kryo CPU scaling driver") slips in
> some formatting with spaces instead of tabs, which are used in the common
> format for the MAINTAINERS file.
>
> Fixes: 46e2856b8e188949757c9123fd7f9ce36edd1a52
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
>  MAINTAINERS | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2cf9c1ceb502..4b7967af08a4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12596,11 +12596,11 @@ F:    Documentation/media/v4l-drivers/qcom_camss.rst
>  F:     drivers/media/platform/qcom/camss/
>
>  QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
> -M:  Ilia Lin <ilia.lin@gmail.com>
> -L:  linux-pm@vger.kernel.org
> -S:  Maintained
> -F:  Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
> -F:  drivers/cpufreq/qcom-cpufreq-kryo.c
> +M:     Ilia Lin <ilia.lin@gmail.com>
> +L:     linux-pm@vger.kernel.org
> +S:     Maintained
> +F:     Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
> +F:     drivers/cpufreq/qcom-cpufreq-kryo.c
>
>  QUALCOMM EMAC GIGABIT ETHERNET DRIVER
>  M:     Timur Tabi <timur@kernel.org>
> --
> 2.17.1
>
Lukas Bulwahn Jan. 14, 2019, 8:26 a.m. UTC | #2
On Mon, Jan 14, 2019 at 9:07 AM Ilia Lin <ilia.lin@kernel.org> wrote:
>
> Sure, thank you for the fix.
> Could you change my e-mail to ilia.lin@kernel.org on the way?
>

Sure, a PATCH v2 with that will follow.
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2cf9c1ceb502..4b7967af08a4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12596,11 +12596,11 @@  F:	Documentation/media/v4l-drivers/qcom_camss.rst
 F:	drivers/media/platform/qcom/camss/
 
 QUALCOMM CPUFREQ DRIVER MSM8996/APQ8096
-M:  Ilia Lin <ilia.lin@gmail.com>
-L:  linux-pm@vger.kernel.org
-S:  Maintained
-F:  Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
-F:  drivers/cpufreq/qcom-cpufreq-kryo.c
+M:	Ilia Lin <ilia.lin@gmail.com>
+L:	linux-pm@vger.kernel.org
+S:	Maintained
+F:	Documentation/devicetree/bindings/opp/kryo-cpufreq.txt
+F:	drivers/cpufreq/qcom-cpufreq-kryo.c
 
 QUALCOMM EMAC GIGABIT ETHERNET DRIVER
 M:	Timur Tabi <timur@kernel.org>