Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36703
b: refs/heads/master
c: 701f35a
h: refs/heads/master
i:
  36701: 140266f
  36699: 91663aa
  36695: bc661c5
  36687: 57e09e8
  36671: 6fba8e3
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Greg Kroah-Hartman committed Sep 28, 2006
1 parent da79a43 commit 3e03e8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 931e24b93a10b53da8223272b83941bc5b1d6dc5
refs/heads/master: 701f35af282e3955159bd30d3fb3f6ebafe8bff2
12 changes: 6 additions & 6 deletions trunk/drivers/usb/core/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 3e03e8a

Please sign in to comment.