diff options
| author | David Lechner <[email protected]> | 2026-04-09 15:30:33 -0500 |
|---|---|---|
| committer | David Lechner <[email protected]> | 2026-04-29 09:08:18 -0500 |
| commit | 98116c0ef88246d41bf1ec218cfbc885cbdf7e53 (patch) | |
| tree | eb02271b8288fd9e28ae4a10091d54c52d06836a | |
| parent | 3c14cd8388dad4c93c24fac53a7b6d21bc81765c (diff) | |
power: pmic: mtk-pwrap: fix file description
Fix the comment at the start of the file to accurately describe what
this file does. The old description was likely copied from the related
regulator driver.
Reviewed-by: Julien Stephan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: David Lechner <[email protected]>
| -rw-r--r-- | drivers/power/pmic/mtk-pwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/pmic/mtk-pwrap.c b/drivers/power/pmic/mtk-pwrap.c index 3e3a691d9e8..f4dfb48e93b 100644 --- a/drivers/power/pmic/mtk-pwrap.c +++ b/drivers/power/pmic/mtk-pwrap.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * MT6357 regulator driver + * MediaTek PMIC Wrapper driver * * Copyright (c) 2026 BayLibre, SAS. * Author: Julien Masson <[email protected]> |
