Commit 6f1cbd4a25c58323b57f1374e827c363b44683cb

Authored by Robert P. J. Day
Committed by Greg Kroah-Hartman
1 parent 8db0f9343a

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -113,7 +113,7 @@
113 113 * @target: object we're pointing to.
114 114 * @name: name of the symlink.
115 115 *
116   - * This function does the same as sysf_create_link(), but it
  116 + * This function does the same as sysfs_create_link(), but it
117 117 * doesn't warn if the link already exists.
118 118 */
119 119 int sysfs_create_link_nowarn(struct kobject *kobj, struct kobject *target,