]> git.karo-electronics.de Git - linux-beck.git/commitdiff
treewide: fix synchronize_rcu() in comments
authorJesper Dangaard Brouer <brouer@redhat.com>
Fri, 20 Jun 2014 15:19:06 +0000 (17:19 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 28 Aug 2014 13:01:24 +0000 (15:01 +0200)
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/percpu-refcount.h
net/rds/af_rds.c

index 3dfbf237cd8f32fc684e2934e7a8ace0da043b14..652fd64cab5e7509967b21650ea35efb9c322c1b 100644 (file)
@@ -29,7 +29,7 @@
  * calls io_destroy() or the process exits.
  *
  * In the aio code, kill_ioctx() is called when we wish to destroy a kioctx; it
- * calls percpu_ref_kill(), then hlist_del_rcu() and sychronize_rcu() to remove
+ * calls percpu_ref_kill(), then hlist_del_rcu() and synchronize_rcu() to remove
  * the kioctx from the proccess's list of kioctxs - after that, there can't be
  * any new users of the kioctx (from lookup_ioctx()) and it's then safe to drop
  * the initial ref with percpu_ref_put().
index 424ff622ab5f8e77dc69c7b54b98bdaafa350329..10443377fb9d8f5b5cb928647fa58c03001a072b 100644 (file)
@@ -83,7 +83,7 @@ static int rds_release(struct socket *sock)
 
        /*
         * the binding lookup hash uses rcu, we need to
-        * make sure we sychronize_rcu before we free our
+        * make sure we synchronize_rcu before we free our
         * entry
         */
        rds_remove_bound(rs);