]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/vhost/vhost.h
vhost: fix typos in comment
[mv-sheeva.git] / drivers / vhost / vhost.h
index 073d06ae091f26efc519323f37b94d9ab56c2817..2af44b7b1f3fc37ace9b9474f677552920253d8e 100644 (file)
@@ -102,7 +102,7 @@ struct vhost_virtqueue {
         * flush the vhost_work instead of synchronize_rcu. Therefore readers do
         * not need to call rcu_read_lock/rcu_read_unlock: the beginning of
         * vhost_work execution acts instead of rcu_read_lock() and the end of
-        * vhost_work execution acts instead of rcu_read_lock().
+        * vhost_work execution acts instead of rcu_read_unlock().
         * Writers use virtqueue mutex. */
        void __rcu *private_data;
        /* Log write descriptors */