aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mpt2sas
diff options
context:
space:
mode:
authorKashyap, Desai <kashyap.desai@lsi.com>2009-09-23 07:57:41 -0400
committerJames Bottomley <James.Bottomley@suse.de>2009-10-29 13:03:11 -0400
commitcef7a12cd1e0647ce2b566a76bbf4cd132b9118d (patch)
tree1b51bfd6e835b0df927da4b9f0b4c1906a14d9ff /drivers/scsi/mpt2sas
parentfa7f31673583a6e0876f8bb420735cdd8a3ffa57 (diff)
[SCSI] mpt2sas: Fixed some of the comment
Fixed some of the comments sections for some of the function so "@ioc: pointer to scsi command object" was changed to "@ioc: per adapter object" Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: Eric Moore <Eric.moore@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/mpt2sas')
-rw-r--r--drivers/scsi/mpt2sas/mpt2sas_base.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.c b/drivers/scsi/mpt2sas/mpt2sas_base.c
index 617664cbf3f7..ec3f57732e97 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_base.c
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.c
@@ -147,7 +147,7 @@ _base_fault_reset_work(struct work_struct *work)
147 147
148/** 148/**
149 * mpt2sas_base_start_watchdog - start the fault_reset_work_q 149 * mpt2sas_base_start_watchdog - start the fault_reset_work_q
150 * @ioc: pointer to scsi command object 150 * @ioc: per adapter object
151 * Context: sleep. 151 * Context: sleep.
152 * 152 *
153 * Return nothing. 153 * Return nothing.
@@ -181,7 +181,7 @@ mpt2sas_base_start_watchdog(struct MPT2SAS_ADAPTER *ioc)
181 181
182/** 182/**
183 * mpt2sas_base_stop_watchdog - stop the fault_reset_work_q 183 * mpt2sas_base_stop_watchdog - stop the fault_reset_work_q
184 * @ioc: pointer to scsi command object 184 * @ioc: per adapter object
185 * Context: sleep. 185 * Context: sleep.
186 * 186 *
187 * Return nothing. 187 * Return nothing.
@@ -251,7 +251,7 @@ mpt2sas_halt_firmware(struct MPT2SAS_ADAPTER *ioc)
251#ifdef CONFIG_SCSI_MPT2SAS_LOGGING 251#ifdef CONFIG_SCSI_MPT2SAS_LOGGING
252/** 252/**
253 * _base_sas_ioc_info - verbose translation of the ioc status 253 * _base_sas_ioc_info - verbose translation of the ioc status
254 * @ioc: pointer to scsi command object 254 * @ioc: per adapter object
255 * @mpi_reply: reply mf payload returned from firmware 255 * @mpi_reply: reply mf payload returned from firmware
256 * @request_hdr: request mf 256 * @request_hdr: request mf
257 * 257 *
@@ -465,7 +465,7 @@ _base_sas_ioc_info(struct MPT2SAS_ADAPTER *ioc, MPI2DefaultReply_t *mpi_reply,
465 465
466/** 466/**
467 * _base_display_event_data - verbose translation of firmware asyn events 467 * _base_display_event_data - verbose translation of firmware asyn events
468 * @ioc: pointer to scsi command object 468 * @ioc: per adapter object
469 * @mpi_reply: reply mf payload returned from firmware 469 * @mpi_reply: reply mf payload returned from firmware
470 * 470 *
471 * Return nothing. 471 * Return nothing.
@@ -545,7 +545,7 @@ _base_display_event_data(struct MPT2SAS_ADAPTER *ioc,
545 545
546/** 546/**
547 * _base_sas_log_info - verbose translation of firmware log info 547 * _base_sas_log_info - verbose translation of firmware log info
548 * @ioc: pointer to scsi command object 548 * @ioc: per adapter object
549 * @log_info: log info 549 * @log_info: log info
550 * 550 *
551 * Return nothing. 551 * Return nothing.
@@ -598,7 +598,7 @@ _base_sas_log_info(struct MPT2SAS_ADAPTER *ioc , u32 log_info)
598 598
599/** 599/**
600 * _base_display_reply_info - 600 * _base_display_reply_info -
601 * @ioc: pointer to scsi command object 601 * @ioc: per adapter object
602 * @smid: system request message index 602 * @smid: system request message index
603 * @msix_index: MSIX table index supplied by the OS 603 * @msix_index: MSIX table index supplied by the OS
604 * @reply: reply message frame(lower 32bit addr) 604 * @reply: reply message frame(lower 32bit addr)
@@ -627,7 +627,7 @@ _base_display_reply_info(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
627 627
628/** 628/**
629 * mpt2sas_base_done - base internal command completion routine 629 * mpt2sas_base_done - base internal command completion routine
630 * @ioc: pointer to scsi command object 630 * @ioc: per adapter object
631 * @smid: system request message index 631 * @smid: system request message index
632 * @msix_index: MSIX table index supplied by the OS 632 * @msix_index: MSIX table index supplied by the OS
633 * @reply: reply message frame(lower 32bit addr) 633 * @reply: reply message frame(lower 32bit addr)
@@ -660,7 +660,7 @@ mpt2sas_base_done(struct MPT2SAS_ADAPTER *ioc, u16 smid, u8 msix_index,
660 660
661/** 661/**
662 * _base_async_event - main callback handler for firmware asyn events 662 * _base_async_event - main callback handler for firmware asyn events
663 * @ioc: pointer to scsi command object 663 * @ioc: per adapter object
664 * @msix_index: MSIX table index supplied by the OS 664 * @msix_index: MSIX table index supplied by the OS
665 * @reply: reply message frame(lower 32bit addr) 665 * @reply: reply message frame(lower 32bit addr)
666 * 666 *
@@ -741,7 +741,7 @@ _base_get_cb_idx(struct MPT2SAS_ADAPTER *ioc, u16 smid)
741 741
742/** 742/**
743 * _base_mask_interrupts - disable interrupts 743 * _base_mask_interrupts - disable interrupts
744 * @ioc: pointer to scsi command object 744 * @ioc: per adapter object
745 * 745 *
746 * Disabling ResetIRQ, Reply and Doorbell Interrupts 746 * Disabling ResetIRQ, Reply and Doorbell Interrupts
747 * 747 *
@@ -761,7 +761,7 @@ _base_mask_interrupts(struct MPT2SAS_ADAPTER *ioc)
761 761
762/** 762/**
763 * _base_unmask_interrupts - enable interrupts 763 * _base_unmask_interrupts - enable interrupts
764 * @ioc: pointer to scsi command object 764 * @ioc: per adapter object
765 * 765 *
766 * Enabling only Reply Interrupts 766 * Enabling only Reply Interrupts
767 * 767 *