]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ntb: idt: Fix the cacography in ntb_hw_idt.c
authorzhang jiao <zhangjiao2@cmss.chinamobile.com>
Wed, 4 Sep 2024 06:54:42 +0000 (14:54 +0800)
committerJon Mason <jdmason@kudzu.us>
Fri, 20 Sep 2024 14:50:38 +0000 (10:50 -0400)
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>
drivers/ntb/hw/idt/ntb_hw_idt.c

index 48dfb1a69a77e5f4ede9f2f8dd0f2cee683733fc..6fc9dfe824747747a2361dba77ae804b975ad7a7 100644 (file)
@@ -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
  *