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

usb: chipidea: npcm: Fix coding style with clarification of data type

Fixed coding style issue: unsigned to unsigned int.

Signed-off-by: Andreas Kühn <andreas.kuehn@diekuehnen.com>
Acked-by: Peter Chen <peter.chen@kernel.org>
Link: https://lore.kernel.org/r/20240903132535.15554-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
7793472b 64fa3bc3

+1 -1
+1 -1
drivers/usb/chipidea/ci_hdrc_npcm.c
··· 18 18 struct ci_hdrc_platform_data pdata; 19 19 }; 20 20 21 - static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned event) 21 + static int npcm_udc_notify_event(struct ci_hdrc *ci, unsigned int event) 22 22 { 23 23 struct device *dev = ci->dev->parent; 24 24