Skip to content

Commit

Permalink
sysfs: sysfs_link_sibling(): fix typo in comment
Browse files Browse the repository at this point in the history
Fix a typo subling->sibling in the comment of sysfs_link_sibling().

Signed-off-by: Warner Wang <warner.wang@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Warner Wang authored and Greg Kroah-Hartman committed May 17, 2013
1 parent f722406 commit 4347491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/sysfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static int sysfs_sd_compare(const struct sysfs_dirent *left,
}

/**
* sysfs_link_subling - link sysfs_dirent into sibling rbtree
* sysfs_link_sibling - link sysfs_dirent into sibling rbtree
* @sd: sysfs_dirent of interest
*
* Link @sd into its sibling rbtree which starts from
Expand Down

0 comments on commit 4347491

Please sign in to comment.