From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix fusion missing kernel-doc: Warning(drivers/message/fusion/mptbase.c:649): No description found for parameter 'func_name' Warning(drivers/message/fusion/mptbase.c:8010): No description found for parameter 'cb_idx' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> --- drivers/message/fusion/mptbase.c | 2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.35-git8.orig/drivers/message/fusion/mptbase.c +++ linux-2.6.35-git8/drivers/message/fusion/mptbase.c @@ -629,6 +629,7 @@ mptbase_reply(MPT_ADAPTER *ioc, MPT_FRAM * 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 @@ -8004,6 +8005,7 @@ mpt_spi_log_info(MPT_ADAPTER *ioc, u32 l * 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. **/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html