sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
Spelling error in sysfs_create_file kerneldoc. Signed-off-by: Chris Malley <mail@chrismalley.co.uk> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
80abe55b53
commit
3932bf6059
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* sysfs_create_file - create an attribute file for an object.
|
||||||
* @kobj: object we're creating for.
|
* @kobj: object we're creating for.
|
||||||
* @attr: atrribute descriptor.
|
* @attr: attribute descriptor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int sysfs_create_file(struct kobject * kobj, const struct attribute * attr)
|
int sysfs_create_file(struct kobject * kobj, const struct attribute * attr)
|
||||||
|
|
Loading…
Reference in a new issue