diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-01-10 08:40:52 +0300 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-13 22:55:35 +0300 |
commit | 59f19a9efc3949f4e5675186bdcb6db1f46258a1 (patch) | |
tree | fc55714f487e5b2ceed579ccd65b795f524ae832 /drivers/scsi/megaraid/mega_common.h | |
parent | a69b74d39f50b3e3ca9a6641bd71f3fc55d32d98 (diff) | |
download | linux-59f19a9efc3949f4e5675186bdcb6db1f46258a1.tar.xz |
[SCSI] megaraid: more kernel-doc fixes
More megaraid kernel-doc fixes.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Sumant Patro <sumantp@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid/mega_common.h')
-rw-r--r-- | drivers/scsi/megaraid/mega_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid/mega_common.h b/drivers/scsi/megaraid/mega_common.h index ab45e7a27d8c..26e1e6c55654 100644 --- a/drivers/scsi/megaraid/mega_common.h +++ b/drivers/scsi/megaraid/mega_common.h @@ -271,7 +271,7 @@ typedef struct { #define ASSERT(expression) #endif -/* +/** * struct mraid_pci_blk - structure holds DMA memory block info * @vaddr : virtual address to a memory block * @dma_addr : DMA handle to a memory block |