Skip to content
Snippets Groups Projects
Commit e822b497 authored by Xiang wangx's avatar Xiang wangx Committed by Greg Kroah-Hartman
Browse files

tty/ldsem: Fix syntax errors in comments

parent 712fe4c8
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ down_read_failed(struct ld_semaphore *sem, long count, long timeout) ...@@ -163,7 +163,7 @@ down_read_failed(struct ld_semaphore *sem, long count, long timeout)
/* /*
* Try to reverse the lock attempt but if the count has changed * Try to reverse the lock attempt but if the count has changed
* so that reversing fails, check if there are are no waiters, * so that reversing fails, check if there are no waiters,
* and early-out if not * and early-out if not
*/ */
do { do {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment