sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
authorChris Malley <mail@chrismalley.co.uk>
Sat, 20 Oct 2007 01:14:32 +0000 (03:14 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sat, 20 Oct 2007 01:14:32 +0000 (03:14 +0200)
Spelling error in sysfs_create_file kerneldoc.

Signed-off-by: Chris Malley <mail@chrismalley.co.uk>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
fs/sysfs/file.c

index d3be1e7..27d1785 100644 (file)
@@ -540,7 +540,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)