Skip to content

Commit 7793472

Browse files
Kuehn-Andreasgregkh
authored andcommitted
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>
1 parent 64fa3bc commit 7793472

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
@@ -18,7 +18,7 @@ struct npcm_udc_data {
1818
struct ci_hdrc_platform_data pdata;
1919
};
2020

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)
2222
{
2323
struct device *dev = ci->dev->parent;
2424

0 commit comments

Comments
 (0)