Skip to content

Commit b3c221e

Browse files
Jian Hujbrun3t
authored andcommitted
clk: amlogic: a1: fix a typo
Fix a typo in MODULE_DESCRIPTION for a1 PLL driver, S4 should be A1. Signed-off-by: Jian Hu <[email protected]> Reviewed-by: Dmitry Rokosov <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jerome Brunet <[email protected]>
1 parent 7915d7d commit b3c221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/meson/a1-pll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static struct platform_driver a1_pll_clkc_driver = {
356356
};
357357
module_platform_driver(a1_pll_clkc_driver);
358358

359-
MODULE_DESCRIPTION("Amlogic S4 PLL Clock Controller driver");
359+
MODULE_DESCRIPTION("Amlogic A1 PLL Clock Controller driver");
360360
MODULE_AUTHOR("Jian Hu <[email protected]>");
361361
MODULE_AUTHOR("Dmitry Rokosov <[email protected]>");
362362
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)