diff options
author | Peter Wang <[email protected]> | 2024-03-01 11:46:10 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2024-03-10 18:10:24 -0400 |
commit | db06ae7ce9fdd3076d81588e80a2a41c3ce82765 (patch) | |
tree | c545d9a17a737fa15550f7a62cc2bec5937f2b26 | |
parent | 81e2c1a0f8d3f62f4c9e80b20270aa3481c40524 (diff) |
scsi: ufs: core: Add config_scsi_dev vops comment
Add config_scsi_dev vops comment.
Signed-off-by: Peter Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | include/ufs/ufshcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ufs/ufshcd.h b/include/ufs/ufshcd.h index cb2afcebbdf5..a35e12f8e68b 100644 --- a/include/ufs/ufshcd.h +++ b/include/ufs/ufshcd.h @@ -328,6 +328,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; |