usb: musb: core: fix kernel-doc of musb_init_controller()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Tue, 21 Aug 2012 17:22:45 +0000 (21:22 +0400)
committerFelipe Balbi <balbi@ti.com>
Fri, 31 Aug 2012 09:55:52 +0000 (12:55 +0300)
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: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_core.c

index dd24f966af10f3ded68888f9cbc75c7c2747cdbd..5cacccbc39b587837a4dd5daadf9bd9e85531185 100644 (file)
@@ -1849,9 +1849,9 @@ static void musb_free(struct musb *musb)
 /*
  * Perform generic per-controller initialization.
  *
- * @pDevice: the controller (already clocked, etc)
- * @nIrq: irq
- * @mregs: virtual address of controller registers,
+ * @dev: the controller (already clocked, etc)
+ * @nIrq: IRQ number
+ * @ctrl: virtual address of controller registers,
  *     not yet corrected for platform-specific offsets
  */
 static int __devinit