]> Git Repo - linux.git/blobdiff - kernel/mutex.c
md: fix some comments.
[linux.git] / kernel / mutex.c
index e5cc0cd28d541eb64526b4f7d68c9dca29eaa571..947b3ad551f8a925c39ef6f53f4f37c16f8a3ea3 100644 (file)
@@ -89,7 +89,7 @@ __mutex_lock_slowpath(atomic_t *lock_count);
  *
  * This function is similar to (but not equivalent to) down().
  */
-void inline __sched mutex_lock(struct mutex *lock)
+void __sched mutex_lock(struct mutex *lock)
 {
        might_sleep();
        /*
This page took 0.030635 seconds and 4 git commands to generate.