fs/sysfs/dir.c : Fix typo in comment
authorMukesh Ojha <quic_mojha@quicinc.com>
Mon, 30 Oct 2023 10:21:14 +0000 (15:51 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2023 02:35:23 +0000 (11:35 +0900)
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>
fs/sysfs/dir.c

index b6b6796e16160dbdc92e1f63d370acba93b82760..4df2afa551dc6f8791a98d5e1ac394becf819d8f 100644 (file)
@@ -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