usb: ehci-npcm7xx: fix typo in npcm7xx_ehci_hcd_drv_probe()
authorYangtao Li <frank.li@vivo.com>
Wed, 26 Jul 2023 11:37:47 +0000 (19:37 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jul 2023 08:24:08 +0000 (10:24 +0200)
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>
drivers/usb/host/ehci-npcm7xx.c

index ad79ce6..0b3b3bd 100644 (file)
@@ -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;