Commit fff04e00 authored by Paul Zimmerman's avatar Paul Zimmerman Committed by Greg Kroah-Hartman

staging: dwc2: remove stale comment after changing function to void

Remove stale comment after changing dwc2_set_parameters() to void
function
Signed-off-by: default avatarPaul Zimmerman <paulz@synopsys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 41e043fc
...@@ -2687,7 +2687,7 @@ void dwc2_set_param_uframe_sched(struct dwc2_hsotg *hsotg, int val) ...@@ -2687,7 +2687,7 @@ void dwc2_set_param_uframe_sched(struct dwc2_hsotg *hsotg, int val)
/* /*
* This function is called during module intialization to pass module parameters * This function is called during module intialization to pass module parameters
* for the DWC_otg core. It returns non-0 if any parameters are invalid. * for the DWC_otg core.
*/ */
void dwc2_set_parameters(struct dwc2_hsotg *hsotg, void dwc2_set_parameters(struct dwc2_hsotg *hsotg,
const struct dwc2_core_params *params) const struct dwc2_core_params *params)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment