diff mbox series

scsi: ufs: Remove irrelevant reference to non-existing doc

Message ID 20210603122209.635799-1-avri.altman@wdc.com
State New
Headers show
Series scsi: ufs: Remove irrelevant reference to non-existing doc | expand

Commit Message

Avri Altman June 3, 2021, 12:22 p.m. UTC
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)

Signed-off-by: Avri Altman <avri.altman@wdc.com>
---
 drivers/scsi/ufs/ufshcd.c | 4 ----
 1 file changed, 4 deletions(-)

Comments

Martin K. Petersen June 8, 2021, 1:46 a.m. UTC | #1
Avri,

> Remove all references to the description of

> __ufshcd_wl_{suspend,resume} as no such description exist.


Applied to 5.14/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen June 16, 2021, 3:48 a.m. UTC | #2
On Thu, 3 Jun 2021 15:22:09 +0300, Avri Altman wrote:

> 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)


Applied to 5.14/scsi-queue, thanks!

[1/1] scsi: ufs: Remove irrelevant reference to non-existing doc
      https://git.kernel.org/mkp/scsi/c/8b1afb7ab0db

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
index af527e77fe66..362a1b0e0afd 100644
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@ -9122,7 +9122,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)
 {
@@ -9158,7 +9157,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
  */
@@ -9196,7 +9194,6 @@  static int ufshcd_resume(struct ufs_hba *hba)
  * @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
  */
@@ -9248,7 +9245,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
  */