X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=ipc%2Futil.c;h=23f1cec150c106dd7e0aa17e34699679c70e02dc;hb=f61ea1b0c825a20a1826bb43a226387091934586;hp=10e836d0d89e86fb36de703364a0afdeb0f21c7e;hpb=344a076110f4ecb16ea6d286b63be696604982ed;p=mv-sheeva.git diff --git a/ipc/util.c b/ipc/util.c index 10e836d0d89..23f1cec150c 100644 --- a/ipc/util.c +++ b/ipc/util.c @@ -410,7 +410,8 @@ void ipc_rcu_getref(void *ptr) } /** - * ipc_schedule_free - free ipc + rcu space + * ipc_schedule_free - free ipc + rcu space + * @head: RCU callback structure for queued work * * Since RCU callback function is called in bh, * we need to defer the vfree to schedule_work @@ -427,10 +428,10 @@ static void ipc_schedule_free(struct rcu_head *head) } /** - * ipc_immediate_free - free ipc + rcu space - * - * Free from the RCU callback context + * ipc_immediate_free - free ipc + rcu space + * @head: RCU callback structure that contains pointer to be freed * + * Free from the RCU callback context */ static void ipc_immediate_free(struct rcu_head *head) {