Skip to content

Commit 8b1afb7

Browse files
avri-altman-sndkmartinkpetersen
authored andcommitted
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: b294ff3 (scsi: ufs: core: Enable power management for wlun) Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Avri Altman <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent ebab8e0 commit 8b1afb7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/scsi/ufs/ufshcd.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9123,7 +9123,6 @@ static void ufshcd_wl_shutdown(struct device *dev)
91239123
*
91249124
* This function will put disable irqs, turn off clocks
91259125
* and set vreg and hba-vreg in lpm mode.
9126-
* Also check the description of __ufshcd_wl_suspend().
91279126
*/
91289127
static int ufshcd_suspend(struct ufs_hba *hba)
91299128
{
@@ -9159,7 +9158,6 @@ static int ufshcd_suspend(struct ufs_hba *hba)
91599158
*
91609159
* This function basically turns on the regulators, clocks and
91619160
* irqs of the hba.
9162-
* Also check the description of __ufshcd_wl_resume().
91639161
*
91649162
* Returns 0 for success and non-zero for failure
91659163
*/
@@ -9197,7 +9195,6 @@ static int ufshcd_resume(struct ufs_hba *hba)
91979195
* @hba: per adapter instance
91989196
*
91999197
* Check the description of ufshcd_suspend() function for more details.
9200-
* Also check the description of __ufshcd_wl_suspend().
92019198
*
92029199
* Returns 0 for success and non-zero for failure
92039200
*/
@@ -9249,7 +9246,6 @@ EXPORT_SYMBOL(ufshcd_system_resume);
92499246
* @hba: per adapter instance
92509247
*
92519248
* Check the description of ufshcd_suspend() function for more details.
9252-
* Also check the description of __ufshcd_wl_suspend().
92539249
*
92549250
* Returns 0 for success and non-zero for failure
92559251
*/

0 commit comments

Comments
 (0)