usb: chipidea: npcm: Fix coding style with missing space
authorAndreas Kühn <andreas.kuehn@diekuehnen.com>
Sat, 31 Aug 2024 19:34:06 +0000 (21:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2024 07:53:17 +0000 (09:53 +0200)
Fixed coding style issue: added missing space.

Signed-off-by: Andreas Kühn <andreas.kuehn@diekuehnen.com>
Link: https://lore.kernel.org/r/20240831193407.11302-1-andreas.kuehn@diekuehnen.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/ci_hdrc_npcm.c

index b14127873c559e9550dcea9b581580efd317a7c6..c89c68f41ccc01c4e06b0cbb3e2cfc9fd8e0eb45 100644 (file)
@@ -28,7 +28,7 @@ static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned event)
                hw_write(ci, OP_USBMODE, 0xffffffff, 0x0);
                break;
        default:
-               dev_dbg(dev, "unknown ci_hdrc event (%d)\n",event);
+               dev_dbg(dev, "unknown ci_hdrc event (%d)\n", event);
                break;
        }