linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Avri Altman <avri.altman@wdc.com>
To: "James E . J . Bottomley" <jejb@linux.vnet.ibm.com>,
	"Martin K . Petersen" <martin.petersen@oracle.com>,
	linux-scsi@vger.kernel.org, Asutosh Das <asutoshd@codeaurora.org>
Cc: linux-kernel@vger.kernel.org, Avri Altman <avri.altman@wdc.com>
Subject: [PATCH] scsi: ufs: Remove irrelevant reference to non-existing doc
Date: Thu,  3 Jun 2021 15:22:09 +0300	[thread overview]
Message-ID: <20210603122209.635799-1-avri.altman@wdc.com> (raw)

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

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


             reply	other threads:[~2021-06-03 12:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-03 12:22 Avri Altman [this message]
2021-06-08  1:46 ` [PATCH] scsi: ufs: Remove irrelevant reference to non-existing doc Martin K. Petersen
2021-06-16  3:48 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210603122209.635799-1-avri.altman@wdc.com \
    --to=avri.altman@wdc.com \
    --cc=asutoshd@codeaurora.org \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).