浏览代码

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>
Harry Wei 14 年之前
父节点
当前提交
bd33d12fba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/debugfs/inode.c

+ 1 - 1
fs/debugfs/inode.c

@@ -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 Greg Kroah-Hartman <greg@kroah.com>
  *  Copyright (C) 2004 IBM Inc.
  *  Copyright (C) 2004 IBM Inc.