summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAvri Altman <avri.altman@wdc.com>2021-06-03 15:22:09 +0300
committerMartin K. Petersen <martin.petersen@oracle.com>2021-06-07 21:46:31 -0400
commit8b1afb7ab0dbbb8f9186e94ecded6660da1161ae (patch)
treea63100a0e195e24de473ea1a7e1d68e8298520b8 /drivers
parentebab8e09a07f7f5e253d0b45aae7cbda0e360ebf (diff)
scsi: ufs: core: Remove irrelevant reference to non-existing doc
Remove all references to the description of __ufshcd_wl_{suspend,resume} as no such description exist. Fixes: b294ff3e3449 (scsi: ufs: core: Enable power management for wlun) Link: https://lore.kernel.org/r/20210603122209.635799-1-avri.altman@wdc.com Signed-off-by: Avri Altman <avri.altman@wdc.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/ufs/ufshcd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
index 23df69de06f3..bb567a4e3686 100644
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@ -9123,7 +9123,6 @@ static void ufshcd_wl_shutdown(struct device *dev)
*
* This function will put disable irqs, turn off clocks
* and set vreg and hba-vreg in lpm mode.
- * Also check the description of __ufshcd_wl_suspend().
*/
static int ufshcd_suspend(struct ufs_hba *hba)
{
@@ -9159,7 +9158,6 @@ static int ufshcd_suspend(struct ufs_hba *hba)
*
* This function basically turns on the regulators, clocks and
* irqs of the hba.
- * Also check the description of __ufshcd_wl_resume().
*
* Returns 0 for success and non-zero for failure
*/
@@ -9197,7 +9195,6 @@ out:
* @hba: per adapter instance
*
* Check the description of ufshcd_suspend() function for more details.
- * Also check the description of __ufshcd_wl_suspend().
*
* Returns 0 for success and non-zero for failure
*/
@@ -9249,7 +9246,6 @@ EXPORT_SYMBOL(ufshcd_system_resume);
* @hba: per adapter instance
*
* Check the description of ufshcd_suspend() function for more details.
- * Also check the description of __ufshcd_wl_suspend().
*
* Returns 0 for success and non-zero for failure
*/