diff options
Diffstat (limited to 'include/linux/mutex.h')
-rw-r--r-- | include/linux/mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 1127fe31645d..ffcba1f337da 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h | |||
@@ -214,9 +214,9 @@ enum mutex_trylock_recursive_enum { | |||
214 | * raisins, and once those are gone this will be removed. | 214 | * raisins, and once those are gone this will be removed. |
215 | * | 215 | * |
216 | * Returns: | 216 | * Returns: |
217 | * MUTEX_TRYLOCK_FAILED - trylock failed, | 217 | * - MUTEX_TRYLOCK_FAILED - trylock failed, |
218 | * MUTEX_TRYLOCK_SUCCESS - lock acquired, | 218 | * - MUTEX_TRYLOCK_SUCCESS - lock acquired, |
219 | * MUTEX_TRYLOCK_RECURSIVE - we already owned the lock. | 219 | * - MUTEX_TRYLOCK_RECURSIVE - we already owned the lock. |
220 | */ | 220 | */ |
221 | static inline /* __deprecated */ __must_check enum mutex_trylock_recursive_enum | 221 | static inline /* __deprecated */ __must_check enum mutex_trylock_recursive_enum |
222 | mutex_trylock_recursive(struct mutex *lock) | 222 | mutex_trylock_recursive(struct mutex *lock) |