diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2012-09-04 07:23:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-04 16:11:31 -0700 |
commit | 6f1cbd4a25c58323b57f1374e827c363b44683cb (patch) | |
tree | 3ecf452ef272fd192a07ae0aaa785b6144b539f3 | |
parent | 8db0f9343a2a9e965257de159a140cf995f113fb (diff) | |
download | op-kernel-dev-6f1cbd4a25c58323b57f1374e827c363b44683cb.zip op-kernel-dev-6f1cbd4a25c58323b57f1374e827c363b44683cb.tar.gz |
sysfs: Fix comment typo "sysf_create_link".
More pedantry.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | fs/sysfs/symlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c index a7ac78f..3c9eb56 100644 --- a/fs/sysfs/symlink.c +++ b/fs/sysfs/symlink.c @@ -113,7 +113,7 @@ int sysfs_create_link(struct kobject *kobj, struct kobject *target, * @target: object we're pointing to. * @name: name of the symlink. * - * This function does the same as sysf_create_link(), but it + * This function does the same as sysfs_create_link(), but it * doesn't warn if the link already exists. */ int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, |