diff options
author | Jeff Johnson <jeff.johnson@oss.qualcomm.com> | 2025-04-07 21:28:26 +0300 |
---|---|---|
committer | Jeff Johnson <jeff.johnson@oss.qualcomm.com> | 2025-04-07 22:40:12 +0300 |
commit | 68218fa0862aaa8fcc5f968663efc781eb4c91df (patch) | |
tree | 65be8229dc5b325ca2848a8180782f1c21b9813d | |
parent | be908d2360341f8bbc982fff5a5e4f8030c17f74 (diff) | |
download | linux-68218fa0862aaa8fcc5f968663efc781eb4c91df.tar.xz |
wifi: ath12k: Fix misspelling "upto" in dp.c
ath12k-check is flagging:
drivers/net/wireless/ath/ath12k/dp.c:1656: 'upto' may be misspelled - perhaps 'up to'?
Replace "upto" with "up to" and split the comment line so that it
doesn't exceed 80 columns.
Link: https://patch.msgid.link/20250407-upto-v1-1-23ca65f2ccdf@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
-rw-r--r-- | drivers/net/wireless/ath/ath12k/dp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath12k/dp.c b/drivers/net/wireless/ath/ath12k/dp.c index 80b9f4594dee..59f61341383a 100644 --- a/drivers/net/wireless/ath/ath12k/dp.c +++ b/drivers/net/wireless/ath/ath12k/dp.c @@ -1653,7 +1653,8 @@ static int ath12k_dp_reoq_lut_setup(struct ath12k_base *ab) /* Bits in the register have address [39:8] LUT base address to be * allocated such that LSBs are assumed to be zero. Also, current - * design supports paddr upto 4 GB max hence it fits in 32 bit register only + * design supports paddr up to 4 GB max hence it fits in 32 bit + * register only */ ath12k_hif_write32(ab, HAL_SEQ_WCSS_UMAC_REO_REG + HAL_REO1_QDESC_LUT_BASE0(ab), |