diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-02-10 14:41:56 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-16 15:30:10 -0800 |
commit | f95d882d81ee731be2a4a3b34f86810e29b68836 (patch) | |
tree | bf4d2f2471c354bd3ddbf60e073ba69cd0e755fc /fs | |
parent | 8a03d9a498eaf02c8a118752050a5154852c13bf (diff) | |
download | op-kernel-dev-f95d882d81ee731be2a4a3b34f86810e29b68836.zip op-kernel-dev-f95d882d81ee731be2a4a3b34f86810e29b68836.tar.gz |
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 c0e1176..98b0910 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 |