aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kühn <[email protected]>2024-08-31 21:34:06 +0200
committerGreg Kroah-Hartman <[email protected]>2024-09-03 09:53:17 +0200
commit27e12d5aa4f9b0cc7b15050bc560c75aaaa8695b (patch)
treeb9151729f8439f52c6f9472f99b0d1b1dfd18536
parent4058c39bd176daf11a826802d940d86292a6b02b (diff)
usb: chipidea: npcm: Fix coding style with missing space
Fixed coding style issue: added missing space. Signed-off-by: Andreas Kühn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/chipidea/ci_hdrc_npcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/ci_hdrc_npcm.c b/drivers/usb/chipidea/ci_hdrc_npcm.c
index b14127873c55..c89c68f41ccc 100644
--- a/drivers/usb/chipidea/ci_hdrc_npcm.c
+++ b/drivers/usb/chipidea/ci_hdrc_npcm.c
@@ -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;
}