From: Wang Sheng-Hui Date: Thu, 25 Aug 2011 13:04:05 +0000 (+0800) Subject: virtio.h: correct comment for struct virtio_driver X-Git-Tag: upstream/snapshot3+hdmi~8843^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f41f8bfc95e84536207b2af8918f2e674164a42;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git virtio.h: correct comment for struct virtio_driver The patch is against 3.0. Signed-off-by: Wang Sheng-Hui Signed-off-by: Rusty Russell --- diff --git a/include/linux/virtio.h b/include/linux/virtio.h index 851ebf1..4c069d8b 100644 --- a/include/linux/virtio.h +++ b/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. */