From: zhang jiao Date: Wed, 4 Sep 2024 06:54:42 +0000 (+0800) Subject: ntb: idt: Fix the cacography in ntb_hw_idt.c X-Git-Tag: v6.12-rc1~94^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87a7d7150589f68cd7938b208310c93d1e4c3773;p=thirdparty%2Flinux.git ntb: idt: Fix the cacography in ntb_hw_idt.c The word 'swtich' is wrong, so fix it. Signed-off-by: zhang jiao Acked-by: Serge Semin Reviewed-by: Dave Jiang Signed-off-by: Jon Mason --- diff --git a/drivers/ntb/hw/idt/ntb_hw_idt.c b/drivers/ntb/hw/idt/ntb_hw_idt.c index 48dfb1a69a77e..6fc9dfe824747 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 *