Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273204
b: refs/heads/master
c: 5f41f8b
h: refs/heads/master
v: v3
  • Loading branch information
Wang Sheng-Hui authored and Rusty Russell committed Nov 2, 2011
1 parent c87ad5e commit 9906df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 77dd7693c52d002d24be6842fb0b766116a6079f
refs/heads/master: 5f41f8bfc95e84536207b2af8918f2e674164a42
4 changes: 2 additions & 2 deletions trunk/include/linux/virtio.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ void unregister_virtio_device(struct virtio_device *dev);
* virtio_driver - operations for a virtio I/O driver
* @driver: underlying device driver (populate name and owner).
* @id_table: the ids serviced by this driver.
* @feature_table: an array of feature numbers supported by this device.
* @feature_table: an array of feature numbers supported by this driver.
* @feature_table_size: number of entries in the feature table array.
* @probe: the function to call when a device is found. Returns 0 or -errno.
* @remove: the function when a device is removed.
* @remove: the function to call when a device is removed.
* @config_changed: optional function to call when the device configuration
* changes; may be called in interrupt context.
*/
Expand Down

0 comments on commit 9906df3

Please sign in to comment.