diff options
author | Yan Zhen <yanzhen@vivo.com> | 2024-09-27 14:00:56 +0800 |
---|---|---|
committer | Niklas Cassel <cassel@kernel.org> | 2024-10-01 09:22:02 +0200 |
commit | 794007a8c848dab99dfdfbaa2c7e143481026f32 (patch) | |
tree | 690400fd850af0ce04bc74256007ef00af5de698 /drivers/ata/ahci_imx.c | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
download | linux-stable-794007a8c848dab99dfdfbaa2c7e143481026f32.tar.gz linux-stable-794007a8c848dab99dfdfbaa2c7e143481026f32.tar.bz2 linux-stable-794007a8c848dab99dfdfbaa2c7e143481026f32.zip |
ata: Fix typos in the comment
Correctly spelled comments make it easier for the reader to understand
the code.
Fix typos:
'multipe' ==> 'multiple',
'Paremeters' ==> 'Parameters',
'recieved' ==> 'received',
'realted' ==> 'related',
'evaulated' ==> 'evaluated',
'programing' ==> 'programming',
'coninue' ==> 'continue'.
Signed-off-by: Yan Zhen <yanzhen@vivo.com>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Link: https://lore.kernel.org/r/20240927060056.221977-1-yanzhen@vivo.com
Signed-off-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'drivers/ata/ahci_imx.c')
-rw-r--r-- | drivers/ata/ahci_imx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_imx.c b/drivers/ata/ahci_imx.c index 6f955e9105e8..357aba1d5929 100644 --- a/drivers/ata/ahci_imx.c +++ b/drivers/ata/ahci_imx.c @@ -511,7 +511,7 @@ static int imx_sata_enable(struct ahci_host_priv *hpriv) if (imxpriv->type == AHCI_IMX6Q || imxpriv->type == AHCI_IMX6QP) { /* - * set PHY Paremeters, two steps to configure the GPR13, + * set PHY Parameters, two steps to configure the GPR13, * one write for rest of parameters, mask of first write * is 0x07ffffff, and the other one write for setting * the mpll_clk_en. |