Commit 59f19a9e authored by Randy Dunlap's avatar Randy Dunlap Committed by James Bottomley

[SCSI] megaraid: more kernel-doc fixes

More megaraid kernel-doc fixes.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Acked-by: default avatarSumant Patro <sumantp@lsil.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent a69b74d3
...@@ -748,7 +748,7 @@ typedef struct { ...@@ -748,7 +748,7 @@ typedef struct {
/** /**
* private_bios_data - bios private data for boot devices * struct private_bios_data - bios private data for boot devices
* @geometry : bits 0-3 - BIOS geometry, 0x0001 - 1GB, 0x0010 - 2GB, * @geometry : bits 0-3 - BIOS geometry, 0x0001 - 1GB, 0x0010 - 2GB,
* 0x1000 - 8GB, Others values are invalid * 0x1000 - 8GB, Others values are invalid
* @unused : bits 4-7 are unused * @unused : bits 4-7 are unused
......
...@@ -271,7 +271,7 @@ typedef struct { ...@@ -271,7 +271,7 @@ typedef struct {
#define ASSERT(expression) #define ASSERT(expression)
#endif #endif
/* /**
* struct mraid_pci_blk - structure holds DMA memory block info * struct mraid_pci_blk - structure holds DMA memory block info
* @vaddr : virtual address to a memory block * @vaddr : virtual address to a memory block
* @dma_addr : DMA handle to a memory block * @dma_addr : DMA handle to a memory block
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment