[PATCH] dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h

Wei Li posted 1 patch 1 year, 10 months ago
include/dt-bindings/pinctrl/mt6795-pinfunc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h
Posted by Wei Li 1 year, 10 months ago
Rename the header guard of mt6795-pinfunc.h from __DTS_MT8173_PINFUNC_H to
__DTS_MT6795_PINFUNC_H what corresponding with the file name.

Fixes: 81557a71564a ("dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings")
Signed-off-by: Wei Li <liwei391@huawei.com>
---
 include/dt-bindings/pinctrl/mt6795-pinfunc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dt-bindings/pinctrl/mt6795-pinfunc.h b/include/dt-bindings/pinctrl/mt6795-pinfunc.h
index bd1c5a9fad06..dfd3f6f13e0d 100644
--- a/include/dt-bindings/pinctrl/mt6795-pinfunc.h
+++ b/include/dt-bindings/pinctrl/mt6795-pinfunc.h
@@ -4,8 +4,8 @@
  * Author: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
  */
 
-#ifndef __DTS_MT8173_PINFUNC_H
-#define __DTS_MT8173_PINFUNC_H
+#ifndef __DTS_MT6795_PINFUNC_H
+#define __DTS_MT6795_PINFUNC_H
 
 #include <dt-bindings/pinctrl/mt65xx.h>
 
-- 
2.25.1
Re: [PATCH] dt-bindings: pinctrl: Correct the header guard of mt6795-pinfunc.h
Posted by Linus Walleij 1 year, 10 months ago
On Tue, Nov 8, 2022 at 10:47 AM Wei Li <liwei391@huawei.com> wrote:

> Rename the header guard of mt6795-pinfunc.h from __DTS_MT8173_PINFUNC_H to
> __DTS_MT6795_PINFUNC_H what corresponding with the file name.
>
> Fixes: 81557a71564a ("dt-bindings: pinctrl: Add MediaTek MT6795 pinctrl bindings")
> Signed-off-by: Wei Li <liwei391@huawei.com>

Patch applied as obviously correct.

Yours,
Linus Walleij