public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] virtio.h: correct comment for struct virtio_driver
@ 2011-08-25 13:04 Wang Sheng-Hui
  2011-08-25 23:46 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Sheng-Hui @ 2011-08-25 13:04 UTC (permalink / raw)
  To: rusty, mst, virtualization, linux-kernel

The patch is against 3.0.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 include/linux/virtio.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/virtio.h b/include/linux/virtio.h
index 7108857..e0a1973 100644
--- a/include/linux/virtio.h
+++ b/include/linux/virtio.h
@@ -126,10 +126,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.
  */
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] virtio.h: correct comment for struct virtio_driver
  2011-08-25 13:04 [PATCH] virtio.h: correct comment for struct virtio_driver Wang Sheng-Hui
@ 2011-08-25 23:46 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2011-08-25 23:46 UTC (permalink / raw)
  To: Wang Sheng-Hui, mst, virtualization, linux-kernel

On Thu, 25 Aug 2011 21:04:05 +0800, Wang Sheng-Hui <shhuiw@gmail.com> wrote:
> The patch is against 3.0.
> 
> Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>

Thanks, applied!

Cheers,
Rusty.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-26  0:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-25 13:04 [PATCH] virtio.h: correct comment for struct virtio_driver Wang Sheng-Hui
2011-08-25 23:46 ` Rusty Russell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox