浏览代码

virtio.h: correct comment for struct virtio_driver

The patch is against 3.0.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Wang Sheng-Hui 14 年之前
父节点
当前提交
5f41f8bfc9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/linux/virtio.h

+ 2 - 2
include/linux/virtio.h

@@ -131,10 +131,10 @@ void unregister_virtio_device(struct virtio_device *dev);
  * virtio_driver - operations for a virtio I/O driver
  * virtio_driver - operations for a virtio I/O driver
  * @driver: underlying device driver (populate name and owner).
  * @driver: underlying device driver (populate name and owner).
  * @id_table: the ids serviced by this driver.
  * @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.
  * @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.
  * @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
  * @config_changed: optional function to call when the device configuration
  *    changes; may be called in interrupt context.
  *    changes; may be called in interrupt context.
  */
  */