diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-06 14:42:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 15:59:28 -0800 |
commit | d3635abfee0c55ad9dcd6b6172a0c6a5455900c9 (patch) | |
tree | 7d368b4f9c9861f44f621cd7dea8d73afd838f0b /drivers/rapidio | |
parent | d78dd070ccda6384efeae142b116bc174f0cd9fa (diff) | |
download | linux-3.10-d3635abfee0c55ad9dcd6b6172a0c6a5455900c9.tar.gz linux-3.10-d3635abfee0c55ad9dcd6b6172a0c6a5455900c9.tar.bz2 linux-3.10-d3635abfee0c55ad9dcd6b6172a0c6a5455900c9.zip |
rapidio: remove excess kernel-doc notation
Remove excess kernel-doc notation from rio header and driver:
Warning(include/linux/rio_drv.h:399): Excess function parameter or struct member 'buffer' description in 'rio_get_inb_message'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/rapidio')
-rw-r--r-- | drivers/rapidio/rio-driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rapidio/rio-driver.c b/drivers/rapidio/rio-driver.c index 956d3e79f6a..addb87cf44d 100644 --- a/drivers/rapidio/rio-driver.c +++ b/drivers/rapidio/rio-driver.c @@ -79,7 +79,6 @@ void rio_dev_put(struct rio_dev *rdev) /** * rio_device_probe - Tell if a RIO device structure has a matching RIO device id structure - * @id: the RIO device id structure to match against * @dev: the RIO device structure to match against * * return 0 and set rio_dev->driver when drv claims rio_dev, else error |