projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb8ce5
)
debugfs: Fix a comment mistake
author
Harry Wei
<harryxiyou@gmail.com>
Sat, 16 Jul 2011 08:45:13 +0000
(16:45 +0800)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/fs/debugfs/inode.c
b/fs/debugfs/inode.c
index e7a7a2f07324bbca0434445c04bfc8e181e001de..f3a257d7a9859b3598506330afa92ad6cb3ee502 100644
(file)
--- a/
fs/debugfs/inode.c
+++ b/
fs/debugfs/inode.c
@@
-1,5
+1,5
@@
/*
- *
fil
e.c - part of debugfs, a tiny little debug file system
+ *
inod
e.c - part of debugfs, a tiny little debug file system
*
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
* Copyright (C) 2004 IBM Inc.