@@ -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
*/
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(-)