All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath11k: change remaining UTF-8 characters to ASCII
@ 2019-08-20  8:44 Kalle Valo
  2019-08-20 10:07 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Kalle Valo @ 2019-08-20  8:44 UTC (permalink / raw)
  To: ath11k

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

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


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ath11k: change remaining UTF-8 characters to ASCII
  2019-08-20  8:44 [PATCH] ath11k: change remaining UTF-8 characters to ASCII Kalle Valo
@ 2019-08-20 10:07 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-08-20 10:07 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath11k

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

-- 
https://patchwork.kernel.org/patch/11103393/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-20 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-20  8:44 [PATCH] ath11k: change remaining UTF-8 characters to ASCII Kalle Valo
2019-08-20 10:07 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.