debugfs: Fix a comment mistake
The file is fs/debugfs/inode.c but the comment says it is file.c. This patch can fix this little mistake. Signed-off-by: Harry Wei <harryxiyou@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fcb8ce5cfe
commit
bd33d12fba
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* file.c - part of debugfs, a tiny little debug file system
|
||||
* inode.c - part of debugfs, a tiny little debug file system
|
||||
*
|
||||
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
|
||||
* Copyright (C) 2004 IBM Inc.
|
||||
|
|
Loading…
Reference in New Issue