Skip to content

Commit

Permalink
locks: fix a typo at a kernel-doc markup
Browse files Browse the repository at this point in the history
locks_delete_lock -> locks_delete_block

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Jeff Layton committed Oct 26, 2020
1 parent 1623841 commit 529adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/locks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
* lockd/nfsd need to disconnect the lock while working on it.
Expand Down

0 comments on commit 529adfe

Please sign in to comment.