From: Felipe Balbi Date: Thu, 13 Aug 2020 05:33:05 +0000 (+0300) Subject: usb: dwc3: debug: fix checkpatch warning X-Git-Tag: v5.15~2673^2~12^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=035cbca1360a105288787da41ae0c1ee1366e0b5;p=platform%2Fkernel%2Flinux-starfive.git usb: dwc3: debug: fix checkpatch warning no functional changes Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/dwc3/debug.h b/drivers/usb/dwc3/debug.h index 8e03bcb..8ab3949 100644 --- a/drivers/usb/dwc3/debug.h +++ b/drivers/usb/dwc3/debug.h @@ -413,8 +413,8 @@ static inline const char *dwc3_gadget_generic_cmd_status_string(int status) #ifdef CONFIG_DEBUG_FS -extern void dwc3_debugfs_init(struct dwc3 *); -extern void dwc3_debugfs_exit(struct dwc3 *); +extern void dwc3_debugfs_init(struct dwc3 *d); +extern void dwc3_debugfs_exit(struct dwc3 *d); #else static inline void dwc3_debugfs_init(struct dwc3 *d) { }