diff mbox series

usb: chipidea: npcm: Fix coding style with missing space

Message ID 20240831193407.11302-1-andreas.kuehn@diekuehnen.com (mailing list archive)
State Accepted
Commit 27e12d5aa4f9b0cc7b15050bc560c75aaaa8695b
Headers show
Series usb: chipidea: npcm: Fix coding style with missing space | expand

Commit Message

Andreas Kühn Aug. 31, 2024, 7:34 p.m. UTC
Fixed coding style issue: added missing space.

Signed-off-by: Andreas Kühn <andreas.kuehn@diekuehnen.com>
---
 drivers/usb/chipidea/ci_hdrc_npcm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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;
 	}