lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20799581-dab2-4cab-acb5-f0b9022e3089@linaro.org>
Date: Tue, 31 Dec 2024 11:12:52 +0100
From: Neil Armstrong <neil.armstrong@...aro.org>
To: Jian Hu <jian.hu@...ogic.com>, Jerome Brunet <jbrunet@...libre.com>,
 Chuan Liu <chuan.liu@...ogic.com>, Kevin Hilman <khilman@...libre.com>,
 Stephen Boyd <sboyd@...nel.org>, Michael Turquette
 <mturquette@...libre.com>, Dmitry Rokosov <ddrokosov@...rdevices.ru>
Cc: linux-clk <linux-clk@...r.kernel.org>,
 linux-amlogic <linux-amlogic@...ts.infradead.org>,
 linux-kernel <linux-kernel@...r.kernel.org>,
 linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] clk: amlogic: a1: fix a typo

On 31/12/2024 07:25, Jian Hu wrote:
> Fix a typo in MODULE_DESCRIPTION for a1 PLL driver, S4 should be A1.
> 
> Signed-off-by: Jian Hu <jian.hu@...ogic.com>
> ---
>   drivers/clk/meson/a1-pll.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/meson/a1-pll.c b/drivers/clk/meson/a1-pll.c
> index 8e5a42d1afbb..d71109b9bbca 100644
> --- a/drivers/clk/meson/a1-pll.c
> +++ b/drivers/clk/meson/a1-pll.c
> @@ -356,7 +356,7 @@ static struct platform_driver a1_pll_clkc_driver = {
>   };
>   module_platform_driver(a1_pll_clkc_driver);
>   
> -MODULE_DESCRIPTION("Amlogic S4 PLL Clock Controller driver");
> +MODULE_DESCRIPTION("Amlogic A1 PLL Clock Controller driver");
>   MODULE_AUTHOR("Jian Hu <jian.hu@...ogic.com>");
>   MODULE_AUTHOR("Dmitry Rokosov <ddrokosov@...rdevices.ru>");
>   MODULE_LICENSE("GPL");

Reviewed-by: Neil Armstrong <neil.armstrong@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ