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 <[email protected]>
---
drivers/scsi/ufs/ufshcd.c | 4 ----
1 file changed, 4 deletions(-)
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
*/
--
2.25.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
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