diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-04-30 19:45:58 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-05-02 00:01:54 -0400 |
commit | 9941d945f491320bc121d86c558b1288ac0ad6ca (patch) | |
tree | 7a4a2c9da27b186bbb1059fa0f6260b8f8466b3e /include/linux/rio.h | |
parent | e598477a3a9679bd04565ef2be20cc985b8954ae (diff) |
[RAPIDIO] fix current kernel-doc notation
Fix current (-git16) missing docbook/kernel-doc notation in RapidIO files.
Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'sys_size'
Warning(linux-2.6.25-git16//include/linux/rio.h:187): No description found for parameter 'phy_type'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:188): No description found for parameter 'mport'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:224): No description found for parameter 'mport'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:245): No description found for parameter 'mport'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:270): No description found for parameter 'mport'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:311): No description found for parameter 'mport'
Warning(linux-2.6.25-git16//arch/powerpc/sysdev/fsl_rio.c:996): No description found for parameter 'dev'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/linux/rio.h')
-rw-r--r-- | include/linux/rio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/rio.h b/include/linux/rio.h index cfb66bbc0f27..0201849480da 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h | |||
@@ -163,6 +163,8 @@ enum rio_phy_type { | |||
163 | * @ops: configuration space functions | 163 | * @ops: configuration space functions |
164 | * @id: Port ID, unique among all ports | 164 | * @id: Port ID, unique among all ports |
165 | * @index: Port index, unique among all port interfaces of the same type | 165 | * @index: Port index, unique among all port interfaces of the same type |
166 | * @sys_size: RapidIO common transport system size | ||
167 | * @phy_type: RapidIO phy type | ||
166 | * @name: Port name string | 168 | * @name: Port name string |
167 | * @priv: Master port private data | 169 | * @priv: Master port private data |
168 | */ | 170 | */ |