aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwspinlock
diff options
context:
space:
mode:
authorBaolin Wang <baolin.wang@linaro.org>2018-06-22 16:09:02 +0800
committerBjorn Andersson <bjorn.andersson@linaro.org>2018-06-26 13:46:34 -0700
commit38ce606533385e56b9216cab2e1128930652c315 (patch)
treef7b17de176563b8cb3cf0372d820ee20d60f8e8c /drivers/hwspinlock
parenthwspinlock: Remove redundant config (diff)
downloadlinux-dev-38ce606533385e56b9216cab2e1128930652c315.tar.xz
linux-dev-38ce606533385e56b9216cab2e1128930652c315.zip
hwspinlock: Fix one comment mistake
Fix one comment mistake with correct function names. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/hwspinlock')
-rw-r--r--drivers/hwspinlock/hwspinlock_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwspinlock/hwspinlock_core.c b/drivers/hwspinlock/hwspinlock_core.c
index ba27465c9d9b..e16d648c30f3 100644
--- a/drivers/hwspinlock/hwspinlock_core.c
+++ b/drivers/hwspinlock/hwspinlock_core.c
@@ -767,7 +767,7 @@ EXPORT_SYMBOL_GPL(hwspin_lock_request_specific);
*
* This function mark @hwlock as free again.
* Should only be called with an @hwlock that was retrieved from
- * an earlier call to omap_hwspin_lock_request{_specific}.
+ * an earlier call to hwspin_lock_request{_specific}.
*
* Should be called from a process context (might sleep)
*