summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/debug.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@kernel.org>2020-08-13 08:33:05 +0300
committerFelipe Balbi <balbi@kernel.org>2020-10-02 09:43:35 +0300
commit035cbca1360a105288787da41ae0c1ee1366e0b5 (patch)
treec50f7ff378616cfcb7cbed9a1e5233f80dd6b19c /drivers/usb/dwc3/debug.h
parent159fdf295c67c1a8fbf1e2da58b4708023dbdb36 (diff)
usb: dwc3: debug: fix checkpatch warning
no functional changes Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'drivers/usb/dwc3/debug.h')
-rw-r--r--drivers/usb/dwc3/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/debug.h b/drivers/usb/dwc3/debug.h
index 8e03bcb77da8..8ab394942360 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)
{ }