[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c1acceb1-8824-1d2a-8096-76ad5f17312d@acm.org>
Date: Wed, 9 Nov 2022 12:59:49 -0800
From: Bart Van Assche <bvanassche@....org>
To: Asutosh Das <quic_asutoshd@...cinc.com>, quic_cang@...cinc.com,
martin.petersen@...cle.com, linux-scsi@...r.kernel.org
Cc: quic_nguyenb@...cinc.com, quic_xiaosenh@...cinc.com,
stanley.chu@...iatek.com, eddie.huang@...iatek.com,
daejun7.park@...sung.com, avri.altman@....com, mani@...nel.org,
beanhuo@...ron.com, linux-arm-msm@...r.kernel.org,
Alim Akhtar <alim.akhtar@...sung.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Jinyoung Choi <j-young.choi@...sung.com>,
open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v4 03/16] ufs: core: Introduce Multi-circular queue
capability
On 11/9/22 11:41, Asutosh Das wrote:
> +/* UFSHC 4.0 compliant HC support this mode, refer param_set_mcq_mode() */
> +static bool mcq_mode = true;
Please rename both the variable and the kernel module parameter
"mcq_mode" into "use_mcq_mode".
> +module_param_cb(mcq_mode, &mcq_mode_ops, &mcq_mode, 0644);
> +MODULE_PARM_DESC(mcq_mode, "Disable MCQ mode for UFSHCI 4.0 controllers");
The description of this parameter is confusing since it suggests that
setting this parameter to 1 disables MCQ mode.
Thanks,
Bart.
Powered by blists - more mailing lists