usb: dwc2: Add identifier in prototypes
Fixes checkpatch warning: WARNING: function definition argument 'struct dwc2_hsotg *' should also have an identifier name Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
parent
9da5197475
commit
3b1920e782
|
@ -17,8 +17,8 @@
|
|||
#include "core.h"
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
int dwc2_debugfs_init(struct dwc2_hsotg *);
|
||||
void dwc2_debugfs_exit(struct dwc2_hsotg *);
|
||||
int dwc2_debugfs_init(struct dwc2_hsotg *hsotg);
|
||||
void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg);
|
||||
#else
|
||||
static inline int dwc2_debugfs_init(struct dwc2_hsotg *hsotg)
|
||||
{ return 0; }
|
||||
|
|
Loading…
Reference in New Issue