[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110716084511.GB4941@gmail.com>
Date: Sat, 16 Jul 2011 16:45:13 +0800
From: Harry Wei <jiaweiwei.xiyou@...il.com>
To: greg@...ah.com
Cc: rdunlap@...otime.net, linux-kernel@...r.kernel.org,
harryxiyou@...il.com, kongjianjun@...il.com, joe@...ches.com,
akpm@...ux-fondation.org
Subject: [PATCH]Fix a comment mistake
From: Harry Wei <harryxiyou@...il.com>
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@...il.com>
---
fs/debugfs/inode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index e7a7a2f..f3a257d 100644
--- a/fs/debugfs/inode.c
+++ b/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@...ah.com>
* Copyright (C) 2004 IBM Inc.
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists