瀏覽代碼

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>
Baolin Wang 7 年之前
父節點
當前提交
38ce606533
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/hwspinlock/hwspinlock_core.c

+ 1 - 1
drivers/hwspinlock/hwspinlock_core.c

@@ -767,7 +767,7 @@ EXPORT_SYMBOL_GPL(hwspin_lock_request_specific);
  *
  *
  * This function mark @hwlock as free again.
  * This function mark @hwlock as free again.
  * Should only be called with an @hwlock that was retrieved from
  * 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)
  * Should be called from a process context (might sleep)
  *
  *