lkml.org 
[lkml]   [2006]   [Aug]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From"Komal Shah" <>
Subject[PATCH] debugfs: spelling fix
DateWed, 30 Aug 2006 11:00:57 +0530
Greg,

Just a single line spell-fix for debugfs.

---Komal Shah
http://komalshah.blogspot.com
-- 
http://www.fastmail.fm - Or how I learned to stop worrying and
                          love email again

From nobody Mon Sep 17 00:00:00 2001
From: Komal Shah <komal_shah802003@yahoo.com>
Date: Tue, 29 Aug 2006 20:54:53 +0530
Subject: [PATCH] debugfs: spelling fix

Change debufs_create_file() to debugfs_create_file().

Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>

---
 fs/debugfs/inode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
fb57f4f63fddf334166f6a8130b41eae47b0da2e
diff --git a/fs/debugfs/inode.c b/fs/debugfs/inode.c
index e8ae304..ce8bf7c 100644
--- a/fs/debugfs/inode.c
+++ b/fs/debugfs/inode.c
@@ -256,7 +256,7 @@ EXPORT_SYMBOL_GPL(debugfs_create_dir);
  *
  * This function removes a file or directory in debugfs that was previously
  * created with a call to another debugfs function (like
- * debufs_create_file() or variants thereof.)
+ * debugfs_create_file() or variants thereof.)
  *
  * This function is required to be called in order for the file to be
  * removed, no automatic cleanup of files will happen when a module is
-- 
1.3.3
\
 
 \ /
  Last update: 2006-08-30 05:35    [from the cache]
©2003-2008