summaryrefslogtreecommitdiff
path: root/fs/sysfs
diff options
context:
space:
mode:
authorMukesh Ojha <quic_mojha@quicinc.com>2023-10-30 15:51:14 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-12-07 11:35:23 +0900
commitb17b70212dbf3f60ab95eb563dc165d235e75336 (patch)
tree1cabc81e8cfb433f006ad75d1efeb42b5422f105 /fs/sysfs
parent48b5928e18dc27e05cab3dc4c78cd8a15baaf1e5 (diff)
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>
Diffstat (limited to 'fs/sysfs')
-rw-r--r--fs/sysfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c
index b6b6796e1616..4df2afa551dc 100644
--- a/fs/sysfs/dir.c
+++ b/fs/sysfs/dir.c
@@ -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