summaryrefslogtreecommitdiff
path: root/kernel/wait.c
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-08-30 10:04:14 (GMT)
committerMark Brown <broonie@linaro.org>2013-08-30 10:04:14 (GMT)
commitc79c33af8f867e57ad4b84102db7901aee67485a (patch)
treeaa619736b89a143cfc48f9647493c929523a928a /kernel/wait.c
parent1c9a341bbdc14051a4d8c74ea67269786c7d3736 (diff)
parent824ef826f3c4d83d1925a5e351313bfd3e5ca6cb (diff)
downloadlinux-fsl-qoriq-c79c33af8f867e57ad4b84102db7901aee67485a.tar.xz
Merge remote-tracking branch 'asoc/topic/core' into tmp
Diffstat (limited to 'kernel/wait.c')
-rw-r--r--kernel/wait.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/wait.c b/kernel/wait.c
index dec68bd..d550920 100644
--- a/kernel/wait.c
+++ b/kernel/wait.c
@@ -363,8 +363,7 @@ EXPORT_SYMBOL(out_of_line_wait_on_atomic_t);
/**
* wake_up_atomic_t - Wake up a waiter on a atomic_t
- * @word: The word being waited on, a kernel virtual address
- * @bit: The bit of the word being waited on
+ * @p: The atomic_t being waited on, a kernel virtual address
*
* Wake up anyone waiting for the atomic_t to go to zero.
*