From 3e03e8a9124be6c764e54a0dc3db7567c3796c64 Mon Sep 17 00:00:00 2001 From: Henrik Kretzschmar Date: Mon, 25 Sep 2006 17:00:56 -0700 Subject: [PATCH] --- yaml --- r: 36703 b: refs/heads/master c: 701f35af282e3955159bd30d3fb3f6ebafe8bff2 h: refs/heads/master i: 36701: 140266fc8bd6fe1045b35a143794673e79f26c26 36699: 91663aad4a23eb7cf7f810d03ea8c14b6aac06d1 36695: bc661c5bc1afec03ef8f0b5d56808c8adeea8d5c 36687: 57e09e806296a519be11df2117f73da56d73171a 36671: 6fba8e314e4bcabc0a87d880c6a396b157b8cc44 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/driver.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 3a8d4452d471..654aa441737a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 931e24b93a10b53da8223272b83941bc5b1d6dc5 +refs/heads/master: 701f35af282e3955159bd30d3fb3f6ebafe8bff2 diff --git a/trunk/drivers/usb/core/driver.c b/trunk/drivers/usb/core/driver.c index b10463244413..c2aad6a4d49f 100644 --- a/trunk/drivers/usb/core/driver.c +++ b/trunk/drivers/usb/core/driver.c @@ -1103,8 +1103,8 @@ int usb_resume_both(struct usb_device *udev) /** * usb_autosuspend_device - delayed autosuspend of a USB device and its interfaces - * @udev - the usb_device to autosuspend - * @dec_usage_cnt - flag to decrement @udev's PM-usage counter + * @udev: the usb_device to autosuspend + * @dec_usage_cnt: flag to decrement @udev's PM-usage counter * * This routine should be called when a core subsystem is finished using * @udev and wants to allow it to autosuspend. Examples would be when @@ -1140,8 +1140,8 @@ void usb_autosuspend_device(struct usb_device *udev, int dec_usage_cnt) /** * usb_autoresume_device - immediately autoresume a USB device and its interfaces - * @udev - the usb_device to autoresume - * @inc_usage_cnt - flag to increment @udev's PM-usage counter + * @udev: the usb_device to autoresume + * @inc_usage_cnt: flag to increment @udev's PM-usage counter * * This routine should be called when a core subsystem wants to use @udev * and needs to guarantee that it is not suspended. In addition, the @@ -1181,7 +1181,7 @@ int usb_autoresume_device(struct usb_device *udev, int inc_usage_cnt) /** * usb_autopm_put_interface - decrement a USB interface's PM-usage counter - * @intf - the usb_interface whose counter should be decremented + * @intf: the usb_interface whose counter should be decremented * * This routine should be called by an interface driver when it is * finished using @intf and wants to allow it to autosuspend. A typical @@ -1228,7 +1228,7 @@ EXPORT_SYMBOL_GPL(usb_autopm_put_interface); /** * usb_autopm_get_interface - increment a USB interface's PM-usage counter - * @intf - the usb_interface whose counter should be incremented + * @intf: the usb_interface whose counter should be incremented * * This routine should be called by an interface driver when it wants to * use @intf and needs to guarantee that it is not suspended. In addition,