diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-01-10 00:40:52 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-01-13 14:55:35 -0500 |
commit | 59f19a9efc3949f4e5675186bdcb6db1f46258a1 (patch) | |
tree | fc55714f487e5b2ceed579ccd65b795f524ae832 /drivers/scsi/megaraid/mega_common.h | |
parent | a69b74d39f50b3e3ca9a6641bd71f3fc55d32d98 (diff) |
[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 { | |||
271 | #define ASSERT(expression) | 271 | #define ASSERT(expression) |
272 | #endif | 272 | #endif |
273 | 273 | ||
274 | /* | 274 | /** |
275 | * struct mraid_pci_blk - structure holds DMA memory block info | 275 | * struct mraid_pci_blk - structure holds DMA memory block info |
276 | * @vaddr : virtual address to a memory block | 276 | * @vaddr : virtual address to a memory block |
277 | * @dma_addr : DMA handle to a memory block | 277 | * @dma_addr : DMA handle to a memory block |