Skip to content

Commit 82d8cc9

Browse files
Dan Carpentergregkh
authored andcommitted
usb: chipidea: imx: Add a missing blank line
Fix a checkpatch warning: CHECK: Please use a blank line after function/struct/union/enum declarations Reported-by: Xu Yang <[email protected]> Acked-by: Peter Chen <[email protected]> Signed-off-by: Dan Carpenter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent bb76f0d commit 82d8cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/chipidea/usbmisc_imx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ static int usbmisc_imx6sx_power_lost_check(struct imx_usbmisc_data *data)
11181118
else
11191119
return 0;
11201120
}
1121+
11211122
static int usbmisc_s32g_power_lost_check(struct imx_usbmisc_data *data)
11221123
{
11231124
return 1;

0 commit comments

Comments
 (0)