diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.c')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index c425681a1503..6837a8ef9371 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -626,6 +626,7 @@ mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) | |||
626 | * mpt_register - Register protocol-specific main callback handler. | 626 | * mpt_register - Register protocol-specific main callback handler. |
627 | * @cbfunc: callback function pointer | 627 | * @cbfunc: callback function pointer |
628 | * @dclass: Protocol driver's class (%MPT_DRIVER_CLASS enum value) | 628 | * @dclass: Protocol driver's class (%MPT_DRIVER_CLASS enum value) |
629 | * @func_name: call function's name | ||
629 | * | 630 | * |
630 | * This routine is called by a protocol-specific driver (SCSI host, | 631 | * This routine is called by a protocol-specific driver (SCSI host, |
631 | * LAN, SCSI target) to register its reply callback routine. Each | 632 | * LAN, SCSI target) to register its reply callback routine. Each |
@@ -6559,7 +6560,7 @@ procmpt_destroy(void) | |||
6559 | } | 6560 | } |
6560 | 6561 | ||
6561 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 6562 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
6562 | /** | 6563 | /* |
6563 | * Handles read request from /proc/mpt/summary or /proc/mpt/iocN/summary. | 6564 | * Handles read request from /proc/mpt/summary or /proc/mpt/iocN/summary. |
6564 | */ | 6565 | */ |
6565 | static void seq_mpt_print_ioc_summary(MPT_ADAPTER *ioc, struct seq_file *m, int showlan); | 6566 | static void seq_mpt_print_ioc_summary(MPT_ADAPTER *ioc, struct seq_file *m, int showlan); |
@@ -8003,6 +8004,7 @@ mpt_spi_log_info(MPT_ADAPTER *ioc, u32 log_info) | |||
8003 | * mpt_sas_log_info - Log information returned from SAS IOC. | 8004 | * mpt_sas_log_info - Log information returned from SAS IOC. |
8004 | * @ioc: Pointer to MPT_ADAPTER structure | 8005 | * @ioc: Pointer to MPT_ADAPTER structure |
8005 | * @log_info: U32 LogInfo reply word from the IOC | 8006 | * @log_info: U32 LogInfo reply word from the IOC |
8007 | * @cb_idx: callback function's handle | ||
8006 | * | 8008 | * |
8007 | * Refer to lsi/mpi_log_sas.h. | 8009 | * Refer to lsi/mpi_log_sas.h. |
8008 | **/ | 8010 | **/ |