diff mbox series

firmware: qcom_scm: drop unexpected word "the"

Message ID 20220621094924.83135-1-jiangjian@cdjrlc.com
State Accepted
Commit c19698a9e41bd6cf6dc3be436ed625e5182343ca
Headers show
Series firmware: qcom_scm: drop unexpected word "the" | expand

Commit Message

Jiang Jian June 21, 2022, 9:49 a.m. UTC
there is an unexpected word "the" in the comments that need to be dropped

> * will cause the the boot stages to enter download mode, unless

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/firmware/qcom_scm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Andersson June 27, 2022, 8:02 p.m. UTC | #1
On Tue, 21 Jun 2022 17:49:24 +0800, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be dropped
> 
> > * will cause the the boot stages to enter download mode, unless
> 
> 

Applied, thanks!

[1/1] firmware: qcom_scm: drop unexpected word "the"
      commit: c19698a9e41bd6cf6dc3be436ed625e5182343ca

Best regards,
diff mbox series

Patch

diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
index 3163660fa8e2..4623d2919ed0 100644
--- a/drivers/firmware/qcom_scm.c
+++ b/drivers/firmware/qcom_scm.c
@@ -1337,7 +1337,7 @@  static int qcom_scm_probe(struct platform_device *pdev)
 
 	/*
 	 * If requested enable "download mode", from this point on warmboot
-	 * will cause the the boot stages to enter download mode, unless
+	 * will cause the boot stages to enter download mode, unless
 	 * disabled below by a clean shutdown/reboot.
 	 */
 	if (download_mode)