Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=59f19a9efc3949f4e5675186bdcb6db1f46258a1
Commit:     59f19a9efc3949f4e5675186bdcb6db1f46258a1
Parent:     a69b74d39f50b3e3ca9a6641bd71f3fc55d32d98
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 9 21:40:52 2007 -0800
Committer:  James Bottomley <[EMAIL PROTECTED]>
CommitDate: Sat Jan 13 13:55:35 2007 -0600

    [SCSI] megaraid: more kernel-doc fixes
    
    More megaraid kernel-doc fixes.
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Acked-by: Sumant Patro <[EMAIL PROTECTED]>
    Signed-off-by: James Bottomley <[EMAIL PROTECTED]>
---
 drivers/scsi/megaraid/mbox_defs.h   |    2 +-
 drivers/scsi/megaraid/mega_common.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/megaraid/mbox_defs.h 
b/drivers/scsi/megaraid/mbox_defs.h
index 3052869..170399e 100644
--- a/drivers/scsi/megaraid/mbox_defs.h
+++ b/drivers/scsi/megaraid/mbox_defs.h
@@ -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
diff --git a/drivers/scsi/megaraid/mega_common.h 
b/drivers/scsi/megaraid/mega_common.h
index ab45e7a..26e1e6c 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to