From: Sergei Shtylyov Date: Tue, 21 Aug 2012 17:22:45 +0000 (+0400) Subject: usb: musb: core: fix kernel-doc of musb_init_controller() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=28dd924a7b023d49401f9fcbd9efcdaa161370c6;p=linux-beck.git 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 Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index dd24f966af10..5cacccbc39b5 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