diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-11 01:41:56 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-17 02:30:10 +0300 |
commit | f95d882d81ee731be2a4a3b34f86810e29b68836 (patch) | |
tree | bf4d2f2471c354bd3ddbf60e073ba69cd0e755fc /fs | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf (diff) | |
download | linux-f95d882d81ee731be2a4a3b34f86810e29b68836.tar.xz |
PCI/sysfs/kobject kernel-doc fixes
Fix kernel-doc warnings in PCI, sysfs, and kobject files.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/sysfs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index c0e117649a4d..98b0910ad80c 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -54,7 +54,7 @@ static struct sysfs_ops subsys_sysfs_ops = { /** * add_to_collection - add buffer to a collection * @buffer: buffer to be added - * @node inode of set to add to + * @node: inode of set to add to */ static inline void |