diff options
author | Andreas Kühn <[email protected]> | 2024-08-31 21:34:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2024-09-03 09:53:17 +0200 |
commit | 27e12d5aa4f9b0cc7b15050bc560c75aaaa8695b (patch) | |
tree | b9151729f8439f52c6f9472f99b0d1b1dfd18536 | |
parent | 4058c39bd176daf11a826802d940d86292a6b02b (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.c | 2 |
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; } |