From 9906df3216583336673f1d773623c50ad757b53d Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Thu, 25 Aug 2011 21:04:05 +0800 Subject: [PATCH] --- yaml --- r: 273204 b: refs/heads/master c: 5f41f8bfc95e84536207b2af8918f2e674164a42 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/virtio.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3559e5bc16fb..938318ab83c2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 77dd7693c52d002d24be6842fb0b766116a6079f +refs/heads/master: 5f41f8bfc95e84536207b2af8918f2e674164a42 diff --git a/trunk/include/linux/virtio.h b/trunk/include/linux/virtio.h index 851ebf1a4476..4c069d8bd740 100644 --- a/trunk/include/linux/virtio.h +++ b/trunk/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 * @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. */