mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
fs/sysfs/dir.c : Fix typo in comment
Typo correction kboject => kobject Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com> Link: https://lore.kernel.org/r/1698661274-32540-1-git-send-email-quic_mojha@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
48b5928e18
commit
b17b70212d
@ -81,7 +81,7 @@ void sysfs_remove_dir(struct kobject *kobj)
|
||||
struct kernfs_node *kn = kobj->sd;
|
||||
|
||||
/*
|
||||
* In general, kboject owner is responsible for ensuring removal
|
||||
* In general, kobject owner is responsible for ensuring removal
|
||||
* doesn't race with other operations and sysfs doesn't provide any
|
||||
* protection; however, when @kobj is used as a symlink target, the
|
||||
* symlinking entity usually doesn't own @kobj and thus has no
|
||||
|
Loading…
Reference in New Issue
Block a user