login
Header Space

 
 

[PATCH] sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Greg KH <greg@...>
Cc: <trivial@...>, <linux-kernel@...>
Date: Tuesday, October 16, 2007 - 5:37 am

Spelling error in sysfs_create_file kerneldoc.

Signed-off-by: Chris Malley <mail@chrismalley.co.uk>
---
 fs/sysfs/file.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index 3e1cc06..ac75554 100644
--- a/fs/sysfs/file.c
+++ b/fs/sysfs/file.c
@@ -422,7 +422,7 @@ int sysfs_add_file(struct sysfs_dirent *dir_sd, const struct attribute *attr,
 /**
  *	sysfs_create_file - create an attribute file for an object.
  *	@kobj:	object we're creating for. 
- *	@attr:	atrribute descriptor.
+ *	@attr:	attribute descriptor.
  */
 
 int sysfs_create_file(struct kobject * kobj, const struct attribute * attr)


-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] sysfs: trivial: fix sysfs_create_file kerneldoc spel..., Chris Malley, (Tue Oct 16, 5:37 am)
speck-geostationary