We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b193fa commit d60f228Copy full SHA for d60f228
lib/lockref.c
@@ -86,7 +86,7 @@ EXPORT_SYMBOL(lockref_get_not_zero);
86
* @lockref: pointer to lockref structure
87
*
88
* Decrement the reference count and return the new value.
89
- * If the lockref was dead or locked, return an error.
+ * If the lockref was dead or locked, return -1.
90
*/
91
int lockref_put_return(struct lockref *lockref)
92
{
0 commit comments