diff mbox series

[v2] ufs: core: add config_scsi_dev vops comment

Message ID 20240229080435.6563-1-peter.wang@mediatek.com (mailing list archive)
State New
Headers show
Series [v2] ufs: core: add config_scsi_dev vops comment | expand

Commit Message

Peter Wang (王信友) Feb. 29, 2024, 8:04 a.m. UTC
From: Peter Wang <peter.wang@mediatek.com>

Add config_scis_dev vops comment.

Signed-off-by: Peter Wang <peter.wang@mediatek.com>
---
 include/ufs/ufshcd.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Bart Van Assche Feb. 29, 2024, 5:34 p.m. UTC | #1
On 2/29/24 00:04, peter.wang@mediatek.com wrote:
> From: Peter Wang <peter.wang@mediatek.com>
> 
> Add config_scis_dev vops comment.
              ^^^^
              scsi

> ---
>   include/ufs/ufshcd.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
> index 7f0b2c5599cd..a19d87e7980f 100644
> --- a/include/ufs/ufshcd.h
> +++ b/include/ufs/ufshcd.h
> @@ -327,6 +327,7 @@ struct ufs_pwr_mode_info {
>    * @op_runtime_config: called to config Operation and runtime regs Pointers
>    * @get_outstanding_cqs: called to get outstanding completion queues
>    * @config_esi: called to config Event Specific Interrupt
> + * @config_scsi_dev: called to configure scsi device parameters
>    */
>   struct ufs_hba_variant_ops {
>   	const char *name;

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Peter Wang (王信友) March 1, 2024, 3:47 a.m. UTC | #2
On Thu, 2024-02-29 at 09:34 -0800, Bart Van Assche wrote:
>  	 
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>  On 2/29/24 00:04, peter.wang@mediatek.com wrote:
> > From: Peter Wang <peter.wang@mediatek.com>
> > 
> > Add config_scis_dev vops comment.
>               ^^^^
>               scsi
> 
> > ---
> >   include/ufs/ufshcd.h | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
> > index 7f0b2c5599cd..a19d87e7980f 100644
> > --- a/include/ufs/ufshcd.h
> > +++ b/include/ufs/ufshcd.h
> > @@ -327,6 +327,7 @@ struct ufs_pwr_mode_info {
> >    * @op_runtime_config: called to config Operation and runtime
> regs Pointers
> >    * @get_outstanding_cqs: called to get outstanding completion
> queues
> >    * @config_esi: called to config Event Specific Interrupt
> > + * @config_scsi_dev: called to configure scsi device parameters
> >    */
> >   struct ufs_hba_variant_ops {
> >   const char *name;
> 
> Reviewed-by: Bart Van Assche <bvanassche@acm.org>

Hi Bart,

Correct the typo in V3.

Thanks.
Peter
diff mbox series

Patch

diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h
index 7f0b2c5599cd..a19d87e7980f 100644
--- a/include/ufs/ufshcd.h
+++ b/include/ufs/ufshcd.h
@@ -327,6 +327,7 @@  struct ufs_pwr_mode_info {
  * @op_runtime_config: called to config Operation and runtime regs Pointers
  * @get_outstanding_cqs: called to get outstanding completion queues
  * @config_esi: called to config Event Specific Interrupt
+ * @config_scsi_dev: called to configure scsi device parameters
  */
 struct ufs_hba_variant_ops {
 	const char *name;