projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b5928
)
fs/sysfs/dir.c : Fix typo in comment
author
Mukesh Ojha
<quic_mojha@quicinc.com>
Mon, 30 Oct 2023 10:21:14 +0000
(15:51 +0530)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/fs/sysfs/dir.c
b/fs/sysfs/dir.c
index b6b6796e16160dbdc92e1f63d370acba93b82760..4df2afa551dc6f8791a98d5e1ac394becf819d8f 100644
(file)
--- 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, k
bo
ject owner is responsible for ensuring removal
+ * In general, k
ob
ject 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