]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
debugfs: Fix a comment mistake
authorHarry Wei <harryxiyou@gmail.com>
Sat, 16 Jul 2011 08:45:13 +0000 (16:45 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 00:41:48 +0000 (17:41 -0700)
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>
fs/debugfs/inode.c

index e7a7a2f07324bbca0434445c04bfc8e181e001de..f3a257d7a9859b3598506330afa92ad6cb3ee502 100644 (file)
@@ -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.