diff options
| author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2012-08-21 21:22:45 +0400 | 
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2012-08-31 12:55:52 +0300 | 
| commit | 28dd924a7b023d49401f9fcbd9efcdaa161370c6 (patch) | |
| tree | 29bde3488c8f417d62fe3630e478227749b6626a /drivers/usb/musb/musb_core.c | |
| parent | 57bfc0a7ae21ee3c5a7f38b0577450b29a3333ac (diff) | |
| download | olio-linux-3.10-28dd924a7b023d49401f9fcbd9efcdaa161370c6.tar.xz olio-linux-3.10-28dd924a7b023d49401f9fcbd9efcdaa161370c6.zip  | |
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: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/musb_core.c')
| -rw-r--r-- | drivers/usb/musb/musb_core.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index dd24f966af1..5cacccbc39b 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -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  |