[PATCH] pinctrl: qcom: De-acronymize Glymur SoC name
From: Krzysztof Kozlowski
Date: Tue Feb 17 2026 - 07:58:27 EST
Glymur is a codename of Qualcomm SoC, not an acronym.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
drivers/pinctrl/qcom/pinctrl-glymur.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/qcom/pinctrl-glymur.c b/drivers/pinctrl/qcom/pinctrl-glymur.c
index 44f9745325b7..2da3b513d31b 100644
--- a/drivers/pinctrl/qcom/pinctrl-glymur.c
+++ b/drivers/pinctrl/qcom/pinctrl-glymur.c
@@ -1812,6 +1812,6 @@ static void __exit glymur_tlmm_exit(void)
}
module_exit(glymur_tlmm_exit);
-MODULE_DESCRIPTION("QTI GLYMUR TLMM driver");
+MODULE_DESCRIPTION("QTI Glymur TLMM driver");
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(of, glymur_tlmm_of_match);
--
2.51.0