Commit 28dd924a authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Felipe Balbi

usb: musb: core: fix kernel-doc of musb_init_controller()

Some parameter names in this function's kernel-doc don't match the real
parameters. While at it, give the 'nIrq' parameter slightly more verbose
description.
Signed-off-by: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 57bfc0a7
...@@ -1849,9 +1849,9 @@ static void musb_free(struct musb *musb) ...@@ -1849,9 +1849,9 @@ static void musb_free(struct musb *musb)
/* /*
* Perform generic per-controller initialization. * Perform generic per-controller initialization.
* *
* @pDevice: the controller (already clocked, etc) * @dev: the controller (already clocked, etc)
* @nIrq: irq * @nIrq: IRQ number
* @mregs: virtual address of controller registers, * @ctrl: virtual address of controller registers,
* not yet corrected for platform-specific offsets * not yet corrected for platform-specific offsets
*/ */
static int __devinit static int __devinit
......
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