[PATCH] wifi: ath9k: fix typo "upto" in comments

Hemanth Selam posted 1 patch 3 weeks ago
drivers/net/wireless/ath/ath9k/htc_drv_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] wifi: ath9k: fix typo "upto" in comments
Posted by Hemanth Selam 3 weeks ago
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/net/wireless/ath/ath9k/htc_drv_main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_main.c b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
index 0d6272ac0dac..af92bb25f74b 100644
--- a/drivers/net/wireless/ath/ath9k/htc_drv_main.c
+++ b/drivers/net/wireless/ath/ath9k/htc_drv_main.c
@@ -1826,8 +1826,8 @@ struct base_eep_header *ath9k_htc_get_eeprom_base(struct ath9k_htc_priv *priv)
 	struct base_eep_header *pBase = NULL;
 	/*
 	 * This can be done since all the 3 EEPROM families have the
-	 * same base header upto a certain point, and we are interested in
-	 * the data only upto that point.
+	 * same base header up to a certain point, and we are interested in
+	 * the data only up to that point.
 	 */
 
 	if (AR_SREV_9271(priv->ah))
-- 
2.48.1
Re: [PATCH] wifi: ath9k: fix typo "upto" in comments
Posted by Toke Høiland-Jørgensen 2 weeks ago
Hemanth Selam <hemanth.selam@gmail.com> writes:

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

No thanks, this is pointless churn...

-Toke