diff mbox series

ath11k: change remaining UTF-8 characters to ASCII

Message ID 1566290692-5129-1-git-send-email-kvalo@codeaurora.org (mailing list archive)
State Accepted
Commit 2a87d965bc23bb10984357c357235204d238b401
Delegated to: Kalle Valo
Headers show
Series ath11k: change remaining UTF-8 characters to ASCII | expand

Commit Message

Kalle Valo Aug. 20, 2019, 8:44 a.m. UTC
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(-)

Comments

Kalle Valo Aug. 20, 2019, 10:07 a.m. UTC | #1
Kalle Valo <kvalo@codeaurora.org> wrote:

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

Patch applied to ath11k-bringup branch of ath.git, thanks.

2a87d965bc23 ath11k: change remaining UTF-8 characters to ASCII
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/hal.h b/drivers/net/wireless/ath/ath11k/hal.h
index c80b068f0baf..8f1d2b359f50 100644
--- a/drivers/net/wireless/ath/ath11k/hal.h
+++ b/drivers/net/wireless/ath/ath11k/hal.h
@@ -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;
diff --git a/drivers/net/wireless/ath/ath11k/rx_desc.h b/drivers/net/wireless/ath/ath11k/rx_desc.h
index 3bc2bbe967b0..9be97c4958e0 100644
--- a/drivers/net/wireless/ath/ath11k/rx_desc.h
+++ b/drivers/net/wireless/ath/ath11k/rx_desc.h
@@ -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