Message ID | 20250407-upto-v1-1-23ca65f2ccdf@oss.qualcomm.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Jeff Johnson |
Headers | show |
Series | wifi: ath12k: Fix misspelling "upto" in dp.c | expand |
Context | Check | Description |
---|---|---|
wifibot/tree_selection | success | Guessing tree name failed - patch did not apply |
On Mon, 07 Apr 2025 11:28:26 -0700, Jeff Johnson wrote: > 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. > > [...] Applied, thanks! [1/1] wifi: ath12k: Fix misspelling "upto" in dp.c commit: 68218fa0862aaa8fcc5f968663efc781eb4c91df Best regards,
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),
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. Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com> --- To be honest, I saw this when I was processing the original patch, but I thought this was just in the commit text and let it slide. But now that I see it is in the code, I'm fixing it. --- drivers/net/wireless/ath/ath12k/dp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- base-commit: 4bcceba241524d8d52bdadf216f9f894e394fcde change-id: 20250407-upto-a76497324734