From: Yangtao Li Date: Wed, 26 Jul 2023 11:37:47 +0000 (+0800) Subject: usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fbfac685eca91881b686dd6607e1ae7336a08985;p=linux.git usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe() Replace tab with space. Signed-off-by: Yangtao Li Link: https://lore.kernel.org/r/20230726113816.888-1-frank.li@vivo.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-npcm7xx.c b/drivers/usb/host/ehci-npcm7xx.c index ad79ce63afcfe..0b3b3bd689cfb 100644 --- a/drivers/usb/host/ehci-npcm7xx.c +++ b/drivers/usb/host/ehci-npcm7xx.c @@ -53,7 +53,7 @@ static int npcm7xx_ehci_hcd_drv_probe(struct platform_device *pdev) int irq; int retval; - dev_dbg(&pdev->dev, "initializing npcm7xx ehci USB Controller\n"); + dev_dbg(&pdev->dev, "initializing npcm7xx ehci USB Controller\n"); if (usb_disabled()) return -ENODEV;