diff options
author | zhang jiao <zhangjiao2@cmss.chinamobile.com> | 2024-09-04 09:54:42 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2024-09-20 17:50:38 +0300 |
commit | 87a7d7150589f68cd7938b208310c93d1e4c3773 (patch) | |
tree | 0b0034679e09ce3937e44872ea9ac66fade29b3b | |
parent | b669fafd51b454f45fde5b0c6ba228ffa19e859d (diff) | |
download | linux-87a7d7150589f68cd7938b208310c93d1e4c3773.tar.xz |
ntb: idt: Fix the cacography in ntb_hw_idt.c
The word 'swtich' is wrong, so fix it.
Signed-off-by: zhang jiao <zhangjiao2@cmss.chinamobile.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
-rw-r--r-- | drivers/ntb/hw/idt/ntb_hw_idt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/hw/idt/ntb_hw_idt.c b/drivers/ntb/hw/idt/ntb_hw_idt.c index 48dfb1a69a77..6fc9dfe82474 100644 --- a/drivers/ntb/hw/idt/ntb_hw_idt.c +++ b/drivers/ntb/hw/idt/ntb_hw_idt.c @@ -2547,7 +2547,7 @@ static void idt_deinit_dbgfs(struct idt_ntb_dev *ndev) */ /* - * idt_check_setup() - Check whether the IDT PCIe-swtich is properly + * idt_check_setup() - Check whether the IDT PCIe-switch is properly * pre-initialized * @pdev: Pointer to the PCI device descriptor * |