summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-npcm7xx.c
diff options
context:
space:
mode:
authorYangtao Li <frank.li@vivo.com>2023-07-26 14:37:47 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-07-27 11:24:08 +0300
commitfbfac685eca91881b686dd6607e1ae7336a08985 (patch)
treee28ea3d54799e355f123c3174dbae0ca4a0d7cc7 /drivers/usb/host/ehci-npcm7xx.c
parent3a3be3a1ebf03241bfbfcc93c084b4a2c6a13bdf (diff)
downloadlinux-fbfac685eca91881b686dd6607e1ae7336a08985.tar.xz
usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe()
Replace tab with space. Signed-off-by: Yangtao Li <frank.li@vivo.com> Link: https://lore.kernel.org/r/20230726113816.888-1-frank.li@vivo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-npcm7xx.c')
-rw-r--r--drivers/usb/host/ehci-npcm7xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-npcm7xx.c b/drivers/usb/host/ehci-npcm7xx.c
index ad79ce63afcf..0b3b3bd689cf 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;