> On Sep 11, 2018, at 2:48 AM, Masanari Iida <standby24x7@xxxxxxxxx> wrote: > > External Email > > Default value of ql2xasynctmfenable for qla2xxx driver was > set to 1 in commit 043dc1d7e8501. > But comment in MODULE_PARAM_DESC was not modified. > > Signed-off-by: Masanari Iida <standby24x7@xxxxxxxxx> > --- > drivers/scsi/qla2xxx/qla_os.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c > index 42b8f0d3e580..fe5404be73c5 100644 > --- a/drivers/scsi/qla2xxx/qla_os.c > +++ b/drivers/scsi/qla2xxx/qla_os.c > @@ -204,7 +204,7 @@ int ql2xasynctmfenable = 1; > module_param(ql2xasynctmfenable, int, S_IRUGO); > MODULE_PARM_DESC(ql2xasynctmfenable, > "Enables issue of TM IOCBs asynchronously via IOCB mechanism" > - "Default is 0 - Issue TM IOCBs via mailbox mechanism."); > + "Default is 1 - Issue TM IOCBs via mailbox mechanism."); > > int ql2xdontresethba; > module_param(ql2xdontresethba, int, S_IRUGO|S_IWUSR); > -- > 2.19.0 > Thanks for the patch. Acked-by: Himanshu Madhani <himanshu.madhani@xxxxxxxxxx> -Himanshu