Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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>

authored by

Andreas Kühn and committed by
Greg Kroah-Hartman
27e12d5a 4058c39b

+1 -1
+1 -1
drivers/usb/chipidea/ci_hdrc_npcm.c
··· 28 28 hw_write(ci, OP_USBMODE, 0xffffffff, 0x0); 29 29 break; 30 30 default: 31 - dev_dbg(dev, "unknown ci_hdrc event (%d)\n",event); 31 + dev_dbg(dev, "unknown ci_hdrc event (%d)\n", event); 32 32 break; 33 33 } 34 34