projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80abe55
)
sysfs: trivial: fix sysfs_create_file kerneldoc spelling mistake
author
Chris Malley
<mail@chrismalley.co.uk>
Sat, 20 Oct 2007 01:14:32 +0000
(
03:14
+0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sat, 20 Oct 2007 01:14:32 +0000
(
03:14
+0200)
Spelling error in sysfs_create_file kerneldoc.
Signed-off-by: Chris Malley <mail@chrismalley.co.uk>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
fs/sysfs/file.c
patch
|
blob
|
history
diff --git
a/fs/sysfs/file.c
b/fs/sysfs/file.c
index d3be1e7fb48b6d3ad4ccb7ceccf1b1fbf637767e..27d1785b764463c4bc654e9713f41c369d9ea0cb 100644
(file)
--- a/
fs/sysfs/file.c
+++ b/
fs/sysfs/file.c
@@
-540,7
+540,7
@@
int sysfs_add_file(struct sysfs_dirent *dir_sd, const struct attribute *attr,
/**
* sysfs_create_file - create an attribute file for an object.
* @kobj: object we're creating for.
- * @attr: at
r
ribute descriptor.
+ * @attr: at
t
ribute descriptor.
*/
int sysfs_create_file(struct kobject * kobj, const struct attribute * attr)