* [PATCH] firmware: arm_scmi: fix typo "upto" in comment
@ 2026-09-04 10:37 Hemanth Selam
2026-09-04 13:21 ` Sudeep Holla
0 siblings, 1 reply; 2+ messages in thread
From: Hemanth Selam @ 2026-09-04 10:37 UTC (permalink / raw)
To: Sudeep Holla, Cristian Marussi; +Cc: linux-kernel, arm-scmi, linux-arm-kernel
Correct "upto" to "up to", reported by scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Only touches comments, no code
changes.
Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com>
---
drivers/firmware/arm_scmi/driver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/arm_scmi/driver.c b/drivers/firmware/arm_scmi/driver.c
index ef29fd223287..fb45b8e6459d 100644
--- a/drivers/firmware/arm_scmi/driver.c
+++ b/drivers/firmware/arm_scmi/driver.c
@@ -477,7 +477,7 @@ void *scmi_notification_instance_data_get(const struct scmi_handle *handle)
* - exactly 'next_token' may be NOT available so pick xfer_id >= next_token
* using find_next_zero_bit() starting from candidate next_token bit
*
- * - all tokens ahead upto (MSG_TOKEN_ID_MASK - 1) are used in-flight but we
+ * - all tokens ahead up to (MSG_TOKEN_ID_MASK - 1) are used in-flight but we
* are plenty of free tokens at start, so try a second pass using
* find_next_zero_bit() and starting from 0.
*
--
2.48.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] firmware: arm_scmi: fix typo "upto" in comment
2026-09-04 10:37 [PATCH] firmware: arm_scmi: fix typo "upto" in comment Hemanth Selam
@ 2026-09-04 13:21 ` Sudeep Holla
0 siblings, 0 replies; 2+ messages in thread
From: Sudeep Holla @ 2026-09-04 13:21 UTC (permalink / raw)
To: Cristian Marussi, Hemanth Selam
Cc: Sudeep Holla, linux-kernel, arm-scmi, linux-arm-kernel
On Fri, 04 Sep 2026 16:07:31 +0530, Hemanth Selam wrote:
> Correct "upto" to "up to", reported by scripts/checkpatch.pl using the
> misspelling list in scripts/spelling.txt. Only touches comments, no code
> changes.
Applied to sudeep.holla/linux (for-next/scmi/fixes), thanks!
[1/1] firmware: arm_scmi: fix typo "upto" in comment
https://git.kernel.org/sudeep.holla/c/44caf1844a25
--
Regards,
Sudeep
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 13:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 10:37 [PATCH] firmware: arm_scmi: fix typo "upto" in comment Hemanth Selam
2026-09-04 13:21 ` Sudeep Holla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox