Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3932bf60 authored by Chris Malley's avatar Chris Malley Committed by Adrian Bunk
Browse files

sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake



Spelling error in sysfs_create_file kerneldoc.

Signed-off-by: default avatarChris Malley <mail@chrismalley.co.uk>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent 80abe55b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)