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] [thread-next>] [day] [month] [year] [list]
Message-ID: <5721db08-5139-49a3-8614-0fcd674a762c@csgroup.eu>
Date: Fri, 23 Aug 2024 10:10:26 +0200
From: Christophe Leroy <christophe.leroy@...roup.eu>
To: Herve Codina <herve.codina@...tlin.com>, Rob Herring <robh@...nel.org>,
 Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
 <conor+dt@...nel.org>, Qiang Zhao <qiang.zhao@....com>,
 Li Yang <leoyang.li@....com>, Mark Brown <broonie@...nel.org>
Cc: linuxppc-dev@...ts.ozlabs.org, linux-arm-kernel@...ts.infradead.org,
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
 Thomas Petazzoni <thomas.petazzoni@...tlin.com>
Subject: Re: [PATCH v2 21/36] soc: fsl: cpm1: qmc: Fix 'transmiter' typo



Le 08/08/2024 à 09:11, Herve Codina a écrit :
> checkpatch.pl raises the following issue
>    CHECK: 'transmiter' may be misspelled - perhaps 'transmitter'?
> 
> Indeed, fix it.
> 
> Signed-off-by: Herve Codina <herve.codina@...tlin.com>

Reviewed-by: Christophe Leroy <christophe.leroy@...roup.eu>

> ---
>   drivers/soc/fsl/qe/qmc.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/soc/fsl/qe/qmc.c b/drivers/soc/fsl/qe/qmc.c
> index 04466e735302..2d54d7400d2d 100644
> --- a/drivers/soc/fsl/qe/qmc.c
> +++ b/drivers/soc/fsl/qe/qmc.c
> @@ -1715,7 +1715,7 @@ static int qmc_probe(struct platform_device *pdev)
>   	if (ret < 0)
>   		goto err_disable_intr;
>   
> -	/* Enable transmiter and receiver */
> +	/* Enable transmitter and receiver */
>   	qmc_setbits32(qmc->scc_regs + SCC_GSMRL, SCC_GSMRL_ENR | SCC_GSMRL_ENT);
>   
>   	platform_set_drvdata(pdev, qmc);
> @@ -1742,7 +1742,7 @@ static void qmc_remove(struct platform_device *pdev)
>   {
>   	struct qmc *qmc = platform_get_drvdata(pdev);
>   
> -	/* Disable transmiter and receiver */
> +	/* Disable transmitter and receiver */
>   	qmc_setbits32(qmc->scc_regs + SCC_GSMRL, 0);
>   
>   	/* Disable interrupts */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ