Skip to content

Commit 27e12d5

Browse files
Kuehn-Andreasgregkh
authored andcommitted
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]>
1 parent 4058c39 commit 27e12d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/chipidea/ci_hdrc_npcm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned event)
2828
hw_write(ci, OP_USBMODE, 0xffffffff, 0x0);
2929
break;
3030
default:
31-
dev_dbg(dev, "unknown ci_hdrc event (%d)\n",event);
31+
dev_dbg(dev, "unknown ci_hdrc event (%d)\n", event);
3232
break;
3333
}
3434

0 commit comments

Comments
 (0)