]> Git Repo - J-linux.git/commitdiff
locks: fix a typo at a kernel-doc markup
authorMauro Carvalho Chehab <[email protected]>
Fri, 23 Oct 2020 16:33:23 +0000 (18:33 +0200)
committerJeff Layton <[email protected]>
Mon, 26 Oct 2020 12:00:39 +0000 (08:00 -0400)
locks_delete_lock -> locks_delete_block

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jeff Layton <[email protected]>
fs/locks.c

index bc08610bae2f7b970a130b38af9e5e3595a30331..ed95cd813e105a8b69929aad7c72a74f5d16bd85 100644 (file)
@@ -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.
This page took 0.06031 seconds and 4 git commands to generate.