locks: fix a typo at a kernel-doc markup
locks_delete_lock -> locks_delete_block Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jeff Layton <jlayton@kernel.org>
This commit is contained in:
committed by
Jeff Layton
parent
16238415eb
commit
529adfe8f1
@@ -750,7 +750,7 @@ static void __locks_wake_up_blocks(struct file_lock *blocker)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* locks_delete_lock - stop waiting for a file lock
|
* locks_delete_block - stop waiting for a file lock
|
||||||
* @waiter: the lock which was waiting
|
* @waiter: the lock which was waiting
|
||||||
*
|
*
|
||||||
* lockd/nfsd need to disconnect the lock while working on it.
|
* lockd/nfsd need to disconnect the lock while working on it.
|
||||||
|
|||||||
Reference in New Issue
Block a user