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_xgene.c | |
parent | 9852d85ec9d492ebef56dc5f229416c925758edc (diff) | |
download | lwn-794007a8c848dab99dfdfbaa2c7e143481026f32.tar.gz lwn-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_xgene.c')
-rw-r--r-- | drivers/ata/ahci_xgene.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_xgene.c b/drivers/ata/ahci_xgene.c index 81a1d838c0fc..7e6b4db8a1c2 100644 --- a/drivers/ata/ahci_xgene.c +++ b/drivers/ata/ahci_xgene.c @@ -534,7 +534,7 @@ softreset_retry: /** * xgene_ahci_handle_broken_edge_irq - Handle the broken irq. - * @host: Host that recieved the irq + * @host: Host that received the irq * @irq_masked: HOST_IRQ_STAT value * * For hardware with broken edge trigger latch |