]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/message/fusion/mptbase.c
fusion: add function parameter names to kernel-doc
[net-next-2.6.git] / drivers / message / fusion / mptbase.c
index ad40c346a41e79d5095f1e53cca438842da803ca..6837a8ef93717be71cf4e09ffef6a2e0c3e7bae1 100644 (file)
@@ -626,6 +626,7 @@ mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply)
  *     mpt_register - Register protocol-specific main callback handler.
  *     @cbfunc: callback function pointer
  *     @dclass: Protocol driver's class (%MPT_DRIVER_CLASS enum value)
+ *     @func_name: call function's name
  *
  *     This routine is called by a protocol-specific driver (SCSI host,
  *     LAN, SCSI target) to register its reply callback routine.  Each
@@ -8003,6 +8004,7 @@ mpt_spi_log_info(MPT_ADAPTER *ioc, u32 log_info)
  *     mpt_sas_log_info - Log information returned from SAS IOC.
  *     @ioc: Pointer to MPT_ADAPTER structure
  *     @log_info: U32 LogInfo reply word from the IOC
+ *     @cb_idx: callback function's handle
  *
  *     Refer to lsi/mpi_log_sas.h.
  **/