diff mbox series

firmware: arm_scmi: fix typos in comments

Message ID 20220521111145.81697-48-Julia.Lawall@inria.fr (mailing list archive)
State New, archived
Headers show
Series firmware: arm_scmi: fix typos in comments | expand

Commit Message

Julia Lawall May 21, 2022, 11:10 a.m. UTC
Spelling mistakes (triple letters) in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/firmware/arm_scmi/driver.c |    2 +-
 drivers/firmware/arm_scmi/smc.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Sudeep Holla May 23, 2022, 10:01 a.m. UTC | #1
On Sat, May 21, 2022 at 01:10:58PM +0200, Julia Lawall wrote:
> Spelling mistakes (triple letters) in comments.
> Detected with the help of Coccinelle.
>

I see lot of similar patches and assuming you plan to get them in one go, so:

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

Please let me know if you want me to take it.
diff mbox series

Patch

diff --git a/drivers/firmware/arm_scmi/driver.c b/drivers/firmware/arm_scmi/driver.c
index c1922bd650ae..3846b46eb8f7 100644
--- a/drivers/firmware/arm_scmi/driver.c
+++ b/drivers/firmware/arm_scmi/driver.c
@@ -1117,7 +1117,7 @@  struct scmi_msg_resp_domain_name_get {
  *	  stored as a NULL terminated string.
  * @len: The len in bytes of the @name char array.
  *
- * Return: 0 on Succcess
+ * Return: 0 on Success
  */
 static int scmi_common_extended_name_get(const struct scmi_protocol_handle *ph,
 					 u8 cmd_id, u32 res_id, char *name,
diff --git a/drivers/firmware/arm_scmi/smc.c b/drivers/firmware/arm_scmi/smc.c
index 745acfdd0b3d..13d59a1d7844 100644
--- a/drivers/firmware/arm_scmi/smc.c
+++ b/drivers/firmware/arm_scmi/smc.c
@@ -236,7 +236,7 @@  const struct scmi_desc scmi_smc_desc = {
 	 * once the SMC instruction has completed successfully, the issued
 	 * SCMI command would have been already fully processed by the SCMI
 	 * platform firmware and so any possible response value expected
-	 * for the issued command will be immmediately ready to be fetched
+	 * for the issued command will be immediately ready to be fetched
 	 * from the shared memory area.
 	 */
 	.sync_cmds_completed_on_ret = true,