mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
Fix comment spelling errors in ncpfs/inode.c
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
bd06cac82c
commit
e956b4b7e3
@ -728,8 +728,8 @@ out_fput:
|
||||
out_bdi:
|
||||
/* 23/12/1998 Marcin Dalecki <dalecki@cs.net.pl>:
|
||||
*
|
||||
* The previously used put_filp(ncp_filp); was bogous, since
|
||||
* it doesn't proper unlocking.
|
||||
* The previously used put_filp(ncp_filp); was bogus, since
|
||||
* it doesn't perform proper unlocking.
|
||||
*/
|
||||
fput(ncp_filp);
|
||||
out:
|
||||
|
Loading…
Reference in New Issue
Block a user