Skip to content

Commit

Permalink
[SCSI] megaraid: more kernel-doc fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and James Bottomley committed Jan 13, 2007
1 parent a69b74d commit 59f19a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid/mbox_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
* 0x1000 - 8GB, Others values are invalid
* @unused : bits 4-7 are unused
Expand Down
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid/mega_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59f19a9

Please sign in to comment.