@@ -505,10 +505,10 @@ struct hal_srng {
/* Size of ring entry */
u32 entry_size;
- /* Interrupt timer threshold – in micro seconds */
+ /* Interrupt timer threshold - in micro seconds */
u32 intr_timer_thres_us;
- /* Interrupt batch counter threshold – in number of ring entries */
+ /* Interrupt batch counter threshold - in number of ring entries */
u32 intr_batch_cntr_thres_entries;
/* MSI Address */
@@ -543,7 +543,7 @@ struct hal_srng {
/* Cached head pointer */
u32 cached_hp;
- /* Tail pointer location to be updated by SW – This
+ /* Tail pointer location to be updated by SW - This
* will be a register address and need not be
* accessed through SW structure
*/
@@ -569,13 +569,13 @@ struct hal_srng {
/* Cached tail pointer */
u32 cached_tp;
- /* Head pointer location to be updated by SW – This
+ /* Head pointer location to be updated by SW - This
* will be a register address and need not be accessed
* through SW structure
*/
u32 *hp_addr;
- /* Low threshold – in number of ring entries */
+ /* Low threshold - in number of ring entries */
u32 low_threshold;
} src_ring;
} u;
@@ -721,7 +721,7 @@ struct rx_msdu_start {
* if either ipv4_proto or ipv6_proto is set to 1) or indicates
* the offset in bytes to the start of TCP or UDP header from
* the start of the IP header after decapsulation (Only valid if
- * tcp_proto or udp_proto is set). The value 0 indicates that
+ * tcp_proto or udp_proto is set). The value 0 indicates that
* the offset is longer than 127 bytes.
*
* msdu_number
While testing git send-email it reported that there are few UTF-8 characters in the comments, which is unnecessary. Change those to ASCII to keep things simpler. No functional changes. Signed-off-by: Kalle Valo <kvalo@codeaurora.org> --- drivers/net/wireless/ath/ath11k/hal.h | 10 +++++----- drivers/net/wireless/ath/ath11k/rx_desc.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-)