Loading fs/sysfs/symlink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ int sysfs_create_link(struct kobject *kobj, struct kobject *target, * @target: object we're pointing to. * @target: object we're pointing to. * @name: name of the symlink. * @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. * doesn't warn if the link already exists. */ */ int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, Loading Loading
fs/sysfs/symlink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ int sysfs_create_link(struct kobject *kobj, struct kobject *target, * @target: object we're pointing to. * @target: object we're pointing to. * @name: name of the symlink. * @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. * doesn't warn if the link already exists. */ */ int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target, Loading