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>pull/1112/head
parent
be908d2360
commit
68218fa086
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue