[PATCH 6/6] dt-bindings: pinctrl: mediatek: mt8188: Fix include guard comment
Krzysztof Kozlowski
krzk at kernel.org
Fri Mar 13 06:39:25 PDT 2026
On Thu, Mar 12, 2026 at 01:15:33PM +0900, Akari Tsuyukusa wrote:
> Correct the mismatched macro name in the #endif comment.
>
> Fixes: 9f1bdd7e8221 ("dt-bindings: pinctrl: mediatek: add support for mt8188")
No bug here, otherwise explain user-visible issues.
> Signed-off-by: Akari Tsuyukusa <akkun11.open at gmail.com>
> ---
> include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h b/include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h
> index 2688da2f621f..66a451953838 100644
> --- a/include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h
> +++ b/include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h
> @@ -1277,4 +1277,4 @@
> #define PINMUX_GPIO176__FUNC_B_GPIO176 (MTK_PIN_NO(176) | 0)
> #define PINMUX_GPIO176__FUNC_B0_SPMI_M_SDA (MTK_PIN_NO(176) | 1)
>
> -#endif /* __MEDIATEK_MT8188-PINFUNC_H */
> +#endif /* __MEDIATEK_MT8188_PINFUNC_H */
No, just a churn. This has no benefit, because it is obvious which if/endif
this corresponds to.
Best regards,
Krzysztof
More information about the Linux-mediatek
mailing list