Skip to content

Commit

Permalink
sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
Browse files Browse the repository at this point in the history
Spelling error in sysfs_create_file kerneldoc.

Signed-off-by: Chris Malley <mail@chrismalley.co.uk>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Chris Malley authored and Adrian Bunk committed Oct 20, 2007
1 parent 80abe55 commit 3932bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3932bf6

Please sign in to comment.