From: Robert P. J. Day Date: Tue, 4 Sep 2012 11:23:35 +0000 (-0400) Subject: sysfs: Fix comment typo "sysf_create_link". X-Git-Tag: v3.7-rc1~174^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6f1cbd4a25c58323b57f1374e827c363b44683cb;p=thirdparty%2Fkernel%2Flinux.git sysfs: Fix comment typo "sysf_create_link". More pedantry. Signed-off-by: Robert P. J. Day Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/sysfs/symlink.c b/fs/sysfs/symlink.c index a7ac78f8e67a4..3c9eb5624f5e1 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,