Skip to content

Commit

Permalink
fs/locks: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Wilk <[email protected]>
Signed-off-by: Jeff Layton <[email protected]>
  • Loading branch information
jwilk authored and jtlayton committed Aug 24, 2023
1 parent bfe2e8f commit bd4c468
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 @@ -2151,7 +2151,7 @@ EXPORT_SYMBOL_GPL(vfs_test_lock);
* @fl: The file_lock who's fl_pid should be translated
* @ns: The namespace into which the pid should be translated
*
* Used to tranlate a fl_pid into a namespace virtual pid number
* Used to translate a fl_pid into a namespace virtual pid number
*/
static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns)
{
Expand Down

0 comments on commit bd4c468

Please sign in to comment.